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