#[repr(C)]pub struct GcStats {
pub trigger_terms: [i32; 32],
pub trigger_term_pos: u32,
pub trigger_integral: i32,
pub atomic_start_total_size_bytes: usize,
pub end_total_size_bytes: usize,
pub heap_goal_size_bytes: usize,
pub start_timestamp: f64,
pub atomic_start_timestamp: f64,
pub end_timestamp: f64,
}Fields§
§trigger_terms: [i32; 32]§trigger_term_pos: u32§trigger_integral: i32§atomic_start_total_size_bytes: usize§end_total_size_bytes: usize§heap_goal_size_bytes: usize§start_timestamp: f64§atomic_start_timestamp: f64§end_timestamp: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for GcStats
impl RefUnwindSafe for GcStats
impl Send for GcStats
impl Sync for GcStats
impl Unpin for GcStats
impl UnsafeUnpin for GcStats
impl UnwindSafe for GcStats
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