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