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