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