pub struct AeEnable(pub bool);
Expand description
Enable or disable the AE.
\sa ExposureTime AnalogueGain
Tuple Fields§
§0: bool
Trait Implementations§
source§impl From<AeEnable> for ControlValue
impl From<AeEnable> for ControlValue
source§impl TryFrom<ControlValue> for AeEnable
impl TryFrom<ControlValue> for AeEnable
source§type Error = ControlValueError
type Error = ControlValueError
The type returned in the event of a conversion error.
impl Control for AeEnable
Auto Trait Implementations§
impl Freeze for AeEnable
impl RefUnwindSafe for AeEnable
impl Send for AeEnable
impl Sync for AeEnable
impl Unpin for AeEnable
impl UnwindSafe for AeEnable
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)