#[repr(C)]pub struct vm_page_info_basic {
pub disposition: c_int,
pub ref_count: c_int,
pub object_id: vm_object_id_t,
pub offset: memory_object_offset_t,
pub depth: c_int,
pub __pad: c_int,
}Fields§
§disposition: c_int§ref_count: c_int§object_id: vm_object_id_t§offset: memory_object_offset_t§depth: c_int§__pad: c_intImplementations§
Source§impl vm_page_info_basic
impl vm_page_info_basic
pub const COUNT: mach_msg_type_number_t = 8u32
pub const fn count() -> mach_msg_type_number_t
Trait Implementations§
Source§impl Clone for vm_page_info_basic
impl Clone for vm_page_info_basic
Source§fn clone(&self) -> vm_page_info_basic
fn clone(&self) -> vm_page_info_basic
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 vm_page_info_basic
impl Debug for vm_page_info_basic
Source§impl Default for vm_page_info_basic
impl Default for vm_page_info_basic
Source§fn default() -> vm_page_info_basic
fn default() -> vm_page_info_basic
Returns the “default value” for a type. Read more
Source§impl Hash for vm_page_info_basic
impl Hash for vm_page_info_basic
Source§impl Ord for vm_page_info_basic
impl Ord for vm_page_info_basic
Source§fn cmp(&self, other: &vm_page_info_basic) -> Ordering
fn cmp(&self, other: &vm_page_info_basic) -> 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 vm_page_info_basic
impl PartialEq for vm_page_info_basic
Source§impl PartialOrd for vm_page_info_basic
impl PartialOrd for vm_page_info_basic
impl Copy for vm_page_info_basic
impl Eq for vm_page_info_basic
impl StructuralPartialEq for vm_page_info_basic
Auto Trait Implementations§
impl Freeze for vm_page_info_basic
impl RefUnwindSafe for vm_page_info_basic
impl Send for vm_page_info_basic
impl Sync for vm_page_info_basic
impl Unpin for vm_page_info_basic
impl UnwindSafe for vm_page_info_basic
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