Struct object::macho::DyldSubCacheEntryV2
source · #[repr(C)]pub struct DyldSubCacheEntryV2<E: Endian> {
pub uuid: [u8; 16],
pub cache_vm_offset: U64<E>,
pub file_suffix: [u8; 32],
}
Expand description
Added in dyld-1042.1, which shipped with macOS 13 / iOS 16.
Called dyld_subcache_entry
as of dyld-1042.1.
Fields§
§uuid: [u8; 16]
The UUID of this subcache.
cache_vm_offset: U64<E>
The offset of this subcache from the main cache base address.
file_suffix: [u8; 32]
The file name suffix of the subCache file, e.g. “.25.data” or “.03.development”.
Trait Implementations§
source§impl<E: Clone + Endian> Clone for DyldSubCacheEntryV2<E>
impl<E: Clone + Endian> Clone for DyldSubCacheEntryV2<E>
source§fn clone(&self) -> DyldSubCacheEntryV2<E>
fn clone(&self) -> DyldSubCacheEntryV2<E>
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 moreimpl<E: Copy + Endian> Copy for DyldSubCacheEntryV2<E>
impl<E: Endian> Pod for DyldSubCacheEntryV2<E>
Auto Trait Implementations§
impl<E> Freeze for DyldSubCacheEntryV2<E>
impl<E> RefUnwindSafe for DyldSubCacheEntryV2<E>where
E: RefUnwindSafe,
impl<E> Send for DyldSubCacheEntryV2<E>where
E: Send,
impl<E> Sync for DyldSubCacheEntryV2<E>where
E: Sync,
impl<E> Unpin for DyldSubCacheEntryV2<E>where
E: Unpin,
impl<E> UnwindSafe for DyldSubCacheEntryV2<E>where
E: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)