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