#[repr(u8)]pub enum Wecint {
WECINT_0 = 0,
WECINT_1 = 1,
}Variants§
WECINT_0 = 0
Disables wakeup event enable on card interrupt
WECINT_1 = 1
Enables wakeup event enable on card interrupt
Implementations§
Trait Implementations§
Source§impl Ord for Wecint
impl Ord for Wecint
Source§impl PartialOrd for Wecint
impl PartialOrd for Wecint
impl Copy for Wecint
impl Eq for Wecint
impl StructuralPartialEq for Wecint
Auto Trait Implementations§
impl Freeze for Wecint
impl RefUnwindSafe for Wecint
impl Send for Wecint
impl Sync for Wecint
impl Unpin for Wecint
impl UnwindSafe for Wecint
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