Struct xmas_elf::symbol_table::DynEntry64
source · #[repr(C)]pub struct DynEntry64(/* private fields */);
Trait Implementations§
source§impl Debug for DynEntry64
impl Debug for DynEntry64
source§impl Entry for DynEntry64
impl Entry for DynEntry64
fn get_name<'a>( &'a self, elf_file: &ElfFile<'a> ) -> Result<&'a str, &'static str>
fn name(&self) -> u32
fn info(&self) -> u8
fn other(&self) -> Visibility_
fn shndx(&self) -> u16
fn value(&self) -> u64
fn size(&self) -> u64
fn get_other(&self) -> Visibility
fn get_binding(&self) -> Result<Binding, &'static str>
fn get_type(&self) -> Result<Type, &'static str>
fn get_section_header<'a>( &'a self, elf_file: &ElfFile<'a>, self_index: usize ) -> Result<SectionHeader<'a>, &'static str>
impl Pod for DynEntry64
Auto Trait Implementations§
impl RefUnwindSafe for DynEntry64
impl Send for DynEntry64
impl Sync for DynEntry64
impl Unpin for DynEntry64
impl UnwindSafe for DynEntry64
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