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