#[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 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 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§impl PartialOrd for dyld_kernel_image_info_t
impl PartialOrd for dyld_kernel_image_info_t
impl 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 Freeze for dyld_kernel_image_info_t
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