#[repr(align(64))]pub struct MetricsCore { /* private fields */ }
Expand description
Main metrics interface - the core of everything
Implementations§
Source§impl MetricsCore
impl MetricsCore
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for MetricsCore
impl RefUnwindSafe for MetricsCore
impl Send for MetricsCore
impl Sync for MetricsCore
impl Unpin for MetricsCore
impl UnwindSafe for MetricsCore
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