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