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