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