pub enum AutoToggle {
Focus,
Exposure,
WhiteBalance,
}Expand description
An auto-mode toggle paired with a manual control (focus / exposure / white balance).
Variants§
Implementations§
Source§impl AutoToggle
impl AutoToggle
Trait Implementations§
Source§impl Clone for AutoToggle
impl Clone for AutoToggle
Source§fn clone(&self) -> AutoToggle
fn clone(&self) -> AutoToggle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AutoToggle
Source§impl Debug for AutoToggle
impl Debug for AutoToggle
impl Eq for AutoToggle
Source§impl PartialEq for AutoToggle
impl PartialEq for AutoToggle
impl StructuralPartialEq for AutoToggle
Auto Trait Implementations§
impl Freeze for AutoToggle
impl RefUnwindSafe for AutoToggle
impl Send for AutoToggle
impl Sync for AutoToggle
impl Unpin for AutoToggle
impl UnsafeUnpin for AutoToggle
impl UnwindSafe for AutoToggle
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