#[repr(C)]pub struct mi_prof_module_info_t {
pub path: *const c_char,
pub base: usize,
pub size: usize,
}Expand description
Mirrors mi_prof_module_info_t (include/mimalloc/profile.h) field-for-field.
Fields§
§path: *const c_char§base: usize§size: usizeAuto Trait Implementations§
impl !Send for mi_prof_module_info_t
impl !Sync for mi_prof_module_info_t
impl Freeze for mi_prof_module_info_t
impl RefUnwindSafe for mi_prof_module_info_t
impl Unpin for mi_prof_module_info_t
impl UnsafeUnpin for mi_prof_module_info_t
impl UnwindSafe for mi_prof_module_info_t
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