#[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_tTrait 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 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 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 for mach_vm_read_entry
impl PartialEq for mach_vm_read_entry
Source§impl PartialOrd for mach_vm_read_entry
impl PartialOrd for mach_vm_read_entry
impl Copy for mach_vm_read_entry
impl Eq for mach_vm_read_entry
impl StructuralPartialEq for mach_vm_read_entry
Auto Trait Implementations§
impl Freeze for mach_vm_read_entry
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