#[repr(C)]pub struct Struct_GC_prof_stats_s {
pub heapsize_full: GC_word,
pub free_bytes_full: GC_word,
pub unmapped_bytes: GC_word,
pub bytes_allocd_since_gc: GC_word,
pub allocd_bytes_before_gc: GC_word,
pub non_gc_bytes: GC_word,
pub gc_no: GC_word,
pub markers_m1: GC_word,
pub bytes_reclaimed_since_gc: GC_word,
pub reclaimed_bytes_before_gc: GC_word,
}Fields§
§heapsize_full: GC_word§free_bytes_full: GC_word§unmapped_bytes: GC_word§bytes_allocd_since_gc: GC_word§allocd_bytes_before_gc: GC_word§non_gc_bytes: GC_word§gc_no: GC_word§markers_m1: GC_word§bytes_reclaimed_since_gc: GC_word§reclaimed_bytes_before_gc: GC_wordTrait Implementations§
Source§impl Clone for Struct_GC_prof_stats_s
impl Clone for Struct_GC_prof_stats_s
Source§impl Default for Struct_GC_prof_stats_s
impl Default for Struct_GC_prof_stats_s
impl Copy for Struct_GC_prof_stats_s
Auto Trait Implementations§
impl Freeze for Struct_GC_prof_stats_s
impl RefUnwindSafe for Struct_GC_prof_stats_s
impl Send for Struct_GC_prof_stats_s
impl Sync for Struct_GC_prof_stats_s
impl Unpin for Struct_GC_prof_stats_s
impl UnwindSafe for Struct_GC_prof_stats_s
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