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