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