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