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