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