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