#[repr(u8)]pub enum WkupIdEn {
WKUP_ID_DIS = 0,
WKUP_ID_EN = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for WkupIdEn
impl Ord for WkupIdEn
Source§impl PartialOrd for WkupIdEn
impl PartialOrd for WkupIdEn
impl Copy for WkupIdEn
impl Eq for WkupIdEn
impl StructuralPartialEq for WkupIdEn
Auto Trait Implementations§
impl Freeze for WkupIdEn
impl RefUnwindSafe for WkupIdEn
impl Send for WkupIdEn
impl Sync for WkupIdEn
impl Unpin for WkupIdEn
impl UnwindSafe for WkupIdEn
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