#[repr(C)]pub 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,
pub expl_freed_bytes_since_gc: GC_word,
pub obtained_from_os_bytes: 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_word§expl_freed_bytes_since_gc: GC_word§obtained_from_os_bytes: GC_wordTrait Implementations§
Source§impl Clone for GC_prof_stats_s
impl Clone for GC_prof_stats_s
Source§fn clone(&self) -> GC_prof_stats_s
fn clone(&self) -> GC_prof_stats_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GC_prof_stats_s
impl Debug for GC_prof_stats_s
impl Copy for GC_prof_stats_s
Auto Trait Implementations§
impl Freeze for GC_prof_stats_s
impl RefUnwindSafe for GC_prof_stats_s
impl Send for GC_prof_stats_s
impl Sync for GC_prof_stats_s
impl Unpin for GC_prof_stats_s
impl UnwindSafe for 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