pub struct AwbEnable(pub bool);
Expand description
Enable or disable the AWB.
\sa ColourGains
Tuple Fields§
§0: bool
Trait Implementations§
source§impl From<AwbEnable> for ControlValue
impl From<AwbEnable> for ControlValue
source§impl TryFrom<ControlValue> for AwbEnable
impl TryFrom<ControlValue> for AwbEnable
source§type Error = ControlValueError
type Error = ControlValueError
The type returned in the event of a conversion error.
impl Control for AwbEnable
Auto Trait Implementations§
impl Freeze for AwbEnable
impl RefUnwindSafe for AwbEnable
impl Send for AwbEnable
impl Sync for AwbEnable
impl Unpin for AwbEnable
impl UnwindSafe for AwbEnable
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
)