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