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