Struct mach::vm_region::mach_vm_read_entry
source · #[repr(C, packed(4))]pub struct mach_vm_read_entry {
pub address: mach_vm_address_t,
pub size: mach_vm_size_t,
}
Fields§
§address: mach_vm_address_t
§size: mach_vm_size_t
Trait Implementations§
source§impl Clone for mach_vm_read_entry
impl Clone for mach_vm_read_entry
source§fn clone(&self) -> mach_vm_read_entry
fn clone(&self) -> mach_vm_read_entry
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 mach_vm_read_entry
impl Debug for mach_vm_read_entry
source§impl Default for mach_vm_read_entry
impl Default for mach_vm_read_entry
source§fn default() -> mach_vm_read_entry
fn default() -> mach_vm_read_entry
Returns the “default value” for a type. Read more
source§impl Hash for mach_vm_read_entry
impl Hash for mach_vm_read_entry
source§impl Ord for mach_vm_read_entry
impl Ord for mach_vm_read_entry
source§fn cmp(&self, other: &mach_vm_read_entry) -> Ordering
fn cmp(&self, other: &mach_vm_read_entry) -> 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<mach_vm_read_entry> for mach_vm_read_entry
impl PartialEq<mach_vm_read_entry> for mach_vm_read_entry
source§fn eq(&self, other: &mach_vm_read_entry) -> bool
fn eq(&self, other: &mach_vm_read_entry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<mach_vm_read_entry> for mach_vm_read_entry
impl PartialOrd<mach_vm_read_entry> for mach_vm_read_entry
source§fn partial_cmp(&self, other: &mach_vm_read_entry) -> Option<Ordering>
fn partial_cmp(&self, other: &mach_vm_read_entry) -> 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 mach_vm_read_entry
impl Eq for mach_vm_read_entry
impl StructuralEq for mach_vm_read_entry
impl StructuralPartialEq for mach_vm_read_entry
Auto Trait Implementations§
impl RefUnwindSafe for mach_vm_read_entry
impl Send for mach_vm_read_entry
impl Sync for mach_vm_read_entry
impl Unpin for mach_vm_read_entry
impl UnwindSafe for mach_vm_read_entry
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