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