Struct mach_sys::libproc::proc_regioninfo
source · #[repr(C)]pub struct proc_regioninfo {Show 21 fields
pub pri_protection: u32,
pub pri_max_protection: u32,
pub pri_inheritance: u32,
pub pri_flags: u32,
pub pri_offset: u64,
pub pri_behavior: u32,
pub pri_user_wired_count: u32,
pub pri_user_tag: u32,
pub pri_pages_resident: u32,
pub pri_pages_shared_now_private: u32,
pub pri_pages_swapped_out: u32,
pub pri_pages_dirtied: u32,
pub pri_ref_count: u32,
pub pri_shadow_depth: u32,
pub pri_share_mode: u32,
pub pri_private_pages_resident: u32,
pub pri_shared_pages_resident: u32,
pub pri_obj_id: u32,
pub pri_depth: u32,
pub pri_address: u64,
pub pri_size: u64,
}Fields§
§pri_protection: u32§pri_max_protection: u32§pri_inheritance: u32§pri_flags: u32§pri_offset: u64§pri_behavior: u32§pri_user_wired_count: u32§pri_user_tag: u32§pri_pages_resident: u32§pri_pages_swapped_out: u32§pri_pages_dirtied: u32§pri_ref_count: u32§pri_shadow_depth: u32§pri_private_pages_resident: u32§pri_obj_id: u32§pri_depth: u32§pri_address: u64§pri_size: u64Trait Implementations§
source§impl Clone for proc_regioninfo
impl Clone for proc_regioninfo
source§fn clone(&self) -> proc_regioninfo
fn clone(&self) -> proc_regioninfo
Returns a copy 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 proc_regioninfo
impl Debug for proc_regioninfo
source§impl Default for proc_regioninfo
impl Default for proc_regioninfo
source§fn default() -> proc_regioninfo
fn default() -> proc_regioninfo
Returns the “default value” for a type. Read more
source§impl Hash for proc_regioninfo
impl Hash for proc_regioninfo
source§impl Ord for proc_regioninfo
impl Ord for proc_regioninfo
source§fn cmp(&self, other: &proc_regioninfo) -> Ordering
fn cmp(&self, other: &proc_regioninfo) -> 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 proc_regioninfo
impl PartialEq for proc_regioninfo
source§fn eq(&self, other: &proc_regioninfo) -> bool
fn eq(&self, other: &proc_regioninfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for proc_regioninfo
impl PartialOrd for proc_regioninfo
source§fn partial_cmp(&self, other: &proc_regioninfo) -> Option<Ordering>
fn partial_cmp(&self, other: &proc_regioninfo) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for proc_regioninfo
impl Eq for proc_regioninfo
impl StructuralPartialEq for proc_regioninfo
Auto Trait Implementations§
impl RefUnwindSafe for proc_regioninfo
impl Send for proc_regioninfo
impl Sync for proc_regioninfo
impl Unpin for proc_regioninfo
impl UnwindSafe for proc_regioninfo
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