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