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