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