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