pub enum Wkencinsselect {
Disable = 0,
Enable = 1,
}
Expand description
Wakeup Event Enable on Card Insertion
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Wkencinsselect
impl Clone for Wkencinsselect
Source§fn clone(&self) -> Wkencinsselect
fn clone(&self) -> Wkencinsselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Wkencinsselect
impl Debug for Wkencinsselect
Source§impl From<Wkencinsselect> for bool
impl From<Wkencinsselect> for bool
Source§fn from(variant: Wkencinsselect) -> Self
fn from(variant: Wkencinsselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Wkencinsselect
impl PartialEq for Wkencinsselect
impl Copy for Wkencinsselect
impl Eq for Wkencinsselect
impl StructuralPartialEq for Wkencinsselect
Auto Trait Implementations§
impl Freeze for Wkencinsselect
impl RefUnwindSafe for Wkencinsselect
impl Send for Wkencinsselect
impl Sync for Wkencinsselect
impl Unpin for Wkencinsselect
impl UnwindSafe for Wkencinsselect
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