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