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