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