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