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