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