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