Struct guile_sys::Struct_GC_prof_stats_s [] [src]

#[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

Trait Implementations

impl Copy for Struct_GC_prof_stats_s
[src]

impl Clone for Struct_GC_prof_stats_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_GC_prof_stats_s
[src]

Returns the "default value" for a type. Read more