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