pub struct Elf64DynSection { /* private fields */ }
Implementations§
Source§impl Elf64DynSection
impl Elf64DynSection
pub fn from_vmo(vmo: &Vmo) -> Result<Elf64DynSection, ElfParseError>
pub fn from_vmo_with_arch32(vmo: &Vmo) -> Result<Elf64DynSection, ElfParseError>
pub fn dynamic_entries(&self) -> &[Elf64Dyn]
pub fn dynamic_entry_with_tag(&self, tag: Elf64DynTag) -> Option<&Elf64Dyn>
Auto Trait Implementations§
impl Freeze for Elf64DynSection
impl RefUnwindSafe for Elf64DynSection
impl Send for Elf64DynSection
impl Sync for Elf64DynSection
impl Unpin for Elf64DynSection
impl UnwindSafe for Elf64DynSection
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