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