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