#[repr(C, packed(4))]pub struct task_vm_info_rev0_t {Show 19 fields
pub virtual_size: mach_vm_size_t,
pub region_count: integer_t,
pub page_size: integer_t,
pub resident_size: mach_vm_size_t,
pub resident_size_peak: mach_vm_size_t,
pub device: mach_vm_size_t,
pub device_peak: mach_vm_size_t,
pub internal: mach_vm_size_t,
pub internal_peak: mach_vm_size_t,
pub external: mach_vm_size_t,
pub external_peak: mach_vm_size_t,
pub reusable: mach_vm_size_t,
pub reusable_peak: mach_vm_size_t,
pub purgeable_volatile_pmap: mach_vm_size_t,
pub purgeable_volatile_resident: mach_vm_size_t,
pub purgeable_volatile_virtual: mach_vm_size_t,
pub compressed: mach_vm_size_t,
pub compressed_peak: mach_vm_size_t,
pub compressed_lifetime: mach_vm_size_t,
}Fields§
§virtual_size: mach_vm_size_tvirtual memory size (bytes)
region_count: integer_tnumber of memory regions
page_size: integer_tpage size
resident_size: mach_vm_size_tresident memory size (bytes)
resident_size_peak: mach_vm_size_tpeak resident size (bytes)
device: mach_vm_size_t§device_peak: mach_vm_size_t§internal: mach_vm_size_t§internal_peak: mach_vm_size_t§external: mach_vm_size_t§external_peak: mach_vm_size_t§reusable: mach_vm_size_t§reusable_peak: mach_vm_size_t§purgeable_volatile_pmap: mach_vm_size_t§purgeable_volatile_resident: mach_vm_size_t§purgeable_volatile_virtual: mach_vm_size_t§compressed: mach_vm_size_t§compressed_peak: mach_vm_size_t§compressed_lifetime: mach_vm_size_tTrait Implementations§
Source§impl Clone for task_vm_info_rev0_t
impl Clone for task_vm_info_rev0_t
Source§fn clone(&self) -> task_vm_info_rev0_t
fn clone(&self) -> task_vm_info_rev0_t
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 task_vm_info_rev0_t
impl Debug for task_vm_info_rev0_t
Source§impl Default for task_vm_info_rev0_t
impl Default for task_vm_info_rev0_t
Source§fn default() -> task_vm_info_rev0_t
fn default() -> task_vm_info_rev0_t
Returns the “default value” for a type. Read more
Source§impl Hash for task_vm_info_rev0_t
impl Hash for task_vm_info_rev0_t
Source§impl Ord for task_vm_info_rev0_t
impl Ord for task_vm_info_rev0_t
Source§fn cmp(&self, other: &task_vm_info_rev0_t) -> Ordering
fn cmp(&self, other: &task_vm_info_rev0_t) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for task_vm_info_rev0_t
impl PartialEq for task_vm_info_rev0_t
Source§impl PartialOrd for task_vm_info_rev0_t
impl PartialOrd for task_vm_info_rev0_t
impl Copy for task_vm_info_rev0_t
impl Eq for task_vm_info_rev0_t
impl StructuralPartialEq for task_vm_info_rev0_t
Auto Trait Implementations§
impl Freeze for task_vm_info_rev0_t
impl RefUnwindSafe for task_vm_info_rev0_t
impl Send for task_vm_info_rev0_t
impl Sync for task_vm_info_rev0_t
impl Unpin for task_vm_info_rev0_t
impl UnwindSafe for task_vm_info_rev0_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