pub enum Wkencremselect {
Disable = 0,
Enable = 1,
}
Expand description
Wakeup Event Enable on Card Removal
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Wkencremselect
impl Clone for Wkencremselect
Source§fn clone(&self) -> Wkencremselect
fn clone(&self) -> Wkencremselect
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 Wkencremselect
impl Debug for Wkencremselect
Source§impl From<Wkencremselect> for bool
impl From<Wkencremselect> for bool
Source§fn from(variant: Wkencremselect) -> Self
fn from(variant: Wkencremselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Wkencremselect
impl PartialEq for Wkencremselect
impl Copy for Wkencremselect
impl Eq for Wkencremselect
impl StructuralPartialEq for Wkencremselect
Auto Trait Implementations§
impl Freeze for Wkencremselect
impl RefUnwindSafe for Wkencremselect
impl Send for Wkencremselect
impl Sync for Wkencremselect
impl Unpin for Wkencremselect
impl UnwindSafe for Wkencremselect
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