Struct lief::dsc::MappingInfo
pub struct MappingInfo<'a> { /* private fields */ }
Expand description
This structure represents a dyld_cache_mapping_info
entry.
It provides information about the relationshiop between on-disk shared cache and in-memory shared cache.
Implementations§
§impl MappingInfo<'_>
impl MappingInfo<'_>
pub fn end_address(&self) -> u64
pub fn end_address(&self) -> u64
End virtual address of the region
pub fn file_offset(&self) -> u64
pub fn file_offset(&self) -> u64
On-disk file offset
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for MappingInfo<'a>
impl<'a> !Send for MappingInfo<'a>
impl<'a> !Sync for MappingInfo<'a>
impl<'a> Unpin for MappingInfo<'a>
impl<'a> UnwindSafe for MappingInfo<'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