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