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