pub struct HotCounter { /* private fields */ }Available on crate feature
jit only.Implementations§
Trait Implementations§
Source§impl Default for HotCounter
impl Default for HotCounter
Source§fn default() -> HotCounter
fn default() -> HotCounter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HotCounter
impl RefUnwindSafe for HotCounter
impl Send for HotCounter
impl Sync for HotCounter
impl Unpin for HotCounter
impl UnsafeUnpin for HotCounter
impl UnwindSafe for HotCounter
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