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