Struct object::read::macho::DyldSubCache
source · pub struct DyldSubCache<'data, E = Endianness, R = &'data [u8]>{
data: R,
mappings: &'data [DyldCacheMappingInfo<E>],
}
Expand description
Information about a subcache.
Fields§
§data: R
§mappings: &'data [DyldCacheMappingInfo<E>]
Trait Implementations§
Auto Trait Implementations§
impl<'data, E, R> Freeze for DyldSubCache<'data, E, R>where
R: Freeze,
impl<'data, E, R> RefUnwindSafe for DyldSubCache<'data, E, R>where
R: RefUnwindSafe,
E: RefUnwindSafe,
impl<'data, E, R> Send for DyldSubCache<'data, E, R>
impl<'data, E, R> Sync for DyldSubCache<'data, E, R>
impl<'data, E, R> Unpin for DyldSubCache<'data, E, R>where
R: Unpin,
impl<'data, E, R> UnwindSafe for DyldSubCache<'data, E, R>where
R: UnwindSafe,
E: RefUnwindSafe,
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