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