pub struct SubCache<'a> { /* private fields */ }
Expand description
This class represents a subcache in the case of large/split dyld shared cache.
It mirror (and abstracts) the original dyld_subcache_entry
/ dyld_subcache_entry_v1
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SubCache<'a>
impl<'a> !Send for SubCache<'a>
impl<'a> !Sync for SubCache<'a>
impl<'a> Unpin for SubCache<'a>
impl<'a> UnwindSafe for SubCache<'a>
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