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