#[repr(C)]pub struct FPStats {
pub pastEvents: Fingerprint,
pub newEvents: Fingerprint,
}Fields§
§pastEvents: Fingerprint§newEvents: FingerprintAuto Trait Implementations§
impl Freeze for FPStats
impl RefUnwindSafe for FPStats
impl Send for FPStats
impl Sync for FPStats
impl Unpin for FPStats
impl UnsafeUnpin for FPStats
impl UnwindSafe for FPStats
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