#[repr(C)]pub struct mi_heap_area_s {
pub blocks: *mut c_void,
pub reserved: usize,
pub committed: usize,
pub used: usize,
pub block_size: usize,
pub full_block_size: usize,
pub heap_tag: c_int,
}Fields§
§blocks: *mut c_void§reserved: usize§committed: usize§used: usize§block_size: usize§full_block_size: usize§heap_tag: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for mi_heap_area_s
impl RefUnwindSafe for mi_heap_area_s
impl !Send for mi_heap_area_s
impl !Sync for mi_heap_area_s
impl Unpin for mi_heap_area_s
impl UnwindSafe for mi_heap_area_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