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