pub struct AwbLocked(pub bool);
Expand description
Report the lock status of a running AWB algorithm.
If the AWB algorithm is locked the value shall be set to true, if it’s converging it shall be set to false. If the AWB algorithm is not running the control shall not be present in the metadata control list.
\sa AwbEnable
Tuple Fields§
§0: bool
Trait Implementations§
source§impl From<AwbLocked> for ControlValue
impl From<AwbLocked> for ControlValue
source§impl TryFrom<ControlValue> for AwbLocked
impl TryFrom<ControlValue> for AwbLocked
source§type Error = ControlValueError
type Error = ControlValueError
The type returned in the event of a conversion error.
impl Control for AwbLocked
Auto Trait Implementations§
impl Freeze for AwbLocked
impl RefUnwindSafe for AwbLocked
impl Send for AwbLocked
impl Sync for AwbLocked
impl Unpin for AwbLocked
impl UnwindSafe for AwbLocked
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
)