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