Struct mach_sys::dyld_kernel::dyld_kernel_image_info_t
source · #[repr(C)]pub struct dyld_kernel_image_info_t {
pub uuid: uuid_t,
pub fsobjid: fsobj_id_t,
pub fsid: fsid_t,
pub load_addr: u64,
}Fields§
§uuid: uuid_t§fsobjid: fsobj_id_t§fsid: fsid_t§load_addr: u64Trait Implementations§
source§impl Clone for dyld_kernel_image_info_t
impl Clone for dyld_kernel_image_info_t
source§fn clone(&self) -> dyld_kernel_image_info_t
fn clone(&self) -> dyld_kernel_image_info_t
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 dyld_kernel_image_info_t
impl Debug for dyld_kernel_image_info_t
source§impl Default for dyld_kernel_image_info_t
impl Default for dyld_kernel_image_info_t
source§fn default() -> dyld_kernel_image_info_t
fn default() -> dyld_kernel_image_info_t
Returns the “default value” for a type. Read more
source§impl Hash for dyld_kernel_image_info_t
impl Hash for dyld_kernel_image_info_t
source§impl Ord for dyld_kernel_image_info_t
impl Ord for dyld_kernel_image_info_t
source§fn cmp(&self, other: &dyld_kernel_image_info_t) -> Ordering
fn cmp(&self, other: &dyld_kernel_image_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 dyld_kernel_image_info_t
impl PartialEq for dyld_kernel_image_info_t
source§fn eq(&self, other: &dyld_kernel_image_info_t) -> bool
fn eq(&self, other: &dyld_kernel_image_info_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for dyld_kernel_image_info_t
impl PartialOrd for dyld_kernel_image_info_t
source§fn partial_cmp(&self, other: &dyld_kernel_image_info_t) -> Option<Ordering>
fn partial_cmp(&self, other: &dyld_kernel_image_info_t) -> 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 dyld_kernel_image_info_t
impl Eq for dyld_kernel_image_info_t
impl StructuralPartialEq for dyld_kernel_image_info_t
Auto Trait Implementations§
impl RefUnwindSafe for dyld_kernel_image_info_t
impl Send for dyld_kernel_image_info_t
impl Sync for dyld_kernel_image_info_t
impl Unpin for dyld_kernel_image_info_t
impl UnwindSafe for dyld_kernel_image_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