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