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