pub struct DyldSubCache<'data, E = Endianness, R = &'data [u8]> where
E: Endian,
R: ReadRef<'data>, { /* private fields */ }
Expand description
Information about a subcache.
Trait Implementations
Auto Trait Implementations
impl<'data, E, R> RefUnwindSafe for DyldSubCache<'data, E, R> where
E: RefUnwindSafe,
R: RefUnwindSafe,
impl<'data, E, R> Send for DyldSubCache<'data, E, R> where
E: Sync,
R: Send,
impl<'data, E, R> Sync for DyldSubCache<'data, E, R> where
E: Sync,
R: Sync,
impl<'data, E, R> Unpin for DyldSubCache<'data, E, R> where
R: Unpin,
impl<'data, E, R> UnwindSafe for DyldSubCache<'data, E, R> where
E: RefUnwindSafe,
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more