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