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