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