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