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