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