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