pub enum SCAN {
Disabled = 0,
Enabled = 1,
}
Expand description
Scan mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SCAN
impl Eq for SCAN
impl StructuralPartialEq for SCAN
Auto Trait Implementations§
impl Freeze for SCAN
impl RefUnwindSafe for SCAN
impl Send for SCAN
impl Sync for SCAN
impl Unpin for SCAN
impl UnwindSafe for SCAN
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