pub struct CallstackStats {
pub count: usize,
pub total_size: usize,
pub bt: Backtrace,
pub stochastic_rate: usize,
}
Fields§
§count: usize
§total_size: usize
§bt: Backtrace
§stochastic_rate: usize
Auto Trait Implementations§
impl Freeze for CallstackStats
impl RefUnwindSafe for CallstackStats
impl Send for CallstackStats
impl Sync for CallstackStats
impl Unpin for CallstackStats
impl UnwindSafe for CallstackStats
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