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