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