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