#[repr(C)]pub struct z_heap_stress_result {
pub total_allocs: u32,
pub successful_allocs: u32,
pub total_frees: u32,
pub accumulated_in_use_bytes: u64,
}
Fields§
§total_allocs: u32
§successful_allocs: u32
§total_frees: u32
§accumulated_in_use_bytes: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for z_heap_stress_result
impl RefUnwindSafe for z_heap_stress_result
impl Send for z_heap_stress_result
impl Sync for z_heap_stress_result
impl Unpin for z_heap_stress_result
impl UnwindSafe for z_heap_stress_result
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