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