pub enum Scan {
Disabled,
Enabled,
}
Expand description
Scan enable/disable
Variants
Disabled
Scan mode disabled
Enabled
Scan mode enabled
Trait Implementations
impl Copy for Scan
impl Eq for Scan
impl StructuralEq for Scan
impl StructuralPartialEq for Scan
Auto Trait Implementations
impl RefUnwindSafe for Scan
impl Send for Scan
impl Sync for Scan
impl Unpin for Scan
impl UnwindSafe for Scan
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more