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