#[repr(C, packed(4))]pub struct task_dyld_info_t {
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_tTrait Implementations§
Source§impl Clone for task_dyld_info_t
impl Clone for task_dyld_info_t
Source§fn clone(&self) -> task_dyld_info_t
fn clone(&self) -> task_dyld_info_t
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 task_dyld_info_t
impl Debug for task_dyld_info_t
Source§impl Default for task_dyld_info_t
impl Default for task_dyld_info_t
Source§fn default() -> task_dyld_info_t
fn default() -> task_dyld_info_t
Returns the “default value” for a type. Read more
Source§impl Hash for task_dyld_info_t
impl Hash for task_dyld_info_t
Source§impl Ord for task_dyld_info_t
impl Ord for task_dyld_info_t
Source§fn cmp(&self, other: &task_dyld_info_t) -> Ordering
fn cmp(&self, other: &task_dyld_info_t) -> 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 task_dyld_info_t
impl PartialEq for task_dyld_info_t
Source§impl PartialOrd for task_dyld_info_t
impl PartialOrd for task_dyld_info_t
impl Copy for task_dyld_info_t
impl Eq for task_dyld_info_t
impl StructuralPartialEq for task_dyld_info_t
Auto Trait Implementations§
impl Freeze for task_dyld_info_t
impl RefUnwindSafe for task_dyld_info_t
impl Send for task_dyld_info_t
impl Sync for task_dyld_info_t
impl Unpin for task_dyld_info_t
impl UnwindSafe for task_dyld_info_t
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