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