pub struct FPR(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Ord for FPR
impl Ord for FPR
Source§impl PartialOrd for FPR
impl PartialOrd for FPR
impl Copy for FPR
impl Eq for FPR
impl StructuralPartialEq for FPR
Auto Trait Implementations§
impl Freeze for FPR
impl RefUnwindSafe for FPR
impl Send for FPR
impl Sync for FPR
impl Unpin for FPR
impl UnwindSafe for FPR
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