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