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