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