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