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