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