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