Struct Dppre
#[repr(transparent)]pub struct Dppre(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Dppre
impl Ord for Dppre
§impl PartialOrd for Dppre
impl PartialOrd for Dppre
impl Copy for Dppre
impl Eq for Dppre
impl StructuralPartialEq for Dppre
Auto Trait Implementations§
impl Freeze for Dppre
impl RefUnwindSafe for Dppre
impl Send for Dppre
impl Sync for Dppre
impl Unpin for Dppre
impl UnwindSafe for Dppre
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