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