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