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