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