Struct lief::pe::chpe_metadata_arm64::RangeEntry
pub struct RangeEntry<'a> { /* private fields */ }
Expand description
Structure that describes architecture-specific ranges
Implementations§
§impl RangeEntry<'_>
impl RangeEntry<'_>
pub fn start_offset(&self) -> u32
pub fn start_offset(&self) -> u32
Raw data (include start RVA and type)
pub fn range_type(&self) -> RangeType
pub fn range_type(&self) -> RangeType
Architecture for this range
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for RangeEntry<'a>
impl<'a> !Send for RangeEntry<'a>
impl<'a> !Sync for RangeEntry<'a>
impl<'a> Unpin for RangeEntry<'a>
impl<'a> !UnwindSafe for RangeEntry<'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