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