pub struct ElfSymbol {
pub name: String,
pub value: u64,
pub size: u64,
pub info: u8,
pub other: u8,
pub shndx: u16,
}Expand description
Symbol information
Fields§
§name: String§value: u64§size: u64§info: u8§other: u8§shndx: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElfSymbol
impl RefUnwindSafe for ElfSymbol
impl Send for ElfSymbol
impl Sync for ElfSymbol
impl Unpin for ElfSymbol
impl UnwindSafe for ElfSymbol
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)