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