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