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