#[repr(C)]pub struct Elf64Symbol {
pub st_name: u32,
pub st_info: u8,
pub st_other: u8,
pub st_shndx: u16,
pub st_value: u64,
pub st_size: u64,
}Expand description
Symbol table entry
Fields§
§st_name: u32§st_info: u8§st_other: u8§st_shndx: u16§st_value: u64§st_size: u64Trait Implementations§
Source§impl Clone for Elf64Symbol
impl Clone for Elf64Symbol
Source§fn clone(&self) -> Elf64Symbol
fn clone(&self) -> Elf64Symbol
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Elf64Symbol
impl Debug for Elf64Symbol
impl Copy for Elf64Symbol
Auto Trait Implementations§
impl Freeze for Elf64Symbol
impl RefUnwindSafe for Elf64Symbol
impl Send for Elf64Symbol
impl Sync for Elf64Symbol
impl Unpin for Elf64Symbol
impl UnwindSafe for Elf64Symbol
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)