#[repr(C)]pub struct elf64_sym {
pub st_name: Elf64_Word,
pub st_info: c_uchar,
pub st_other: c_uchar,
pub st_shndx: Elf64_Half,
pub st_value: Elf64_Addr,
pub st_size: Elf64_Xword,
}
Fields§
§st_name: Elf64_Word
§st_info: c_uchar
§st_other: c_uchar
§st_shndx: Elf64_Half
§st_value: Elf64_Addr
§st_size: Elf64_Xword
Trait Implementations§
Auto Trait Implementations§
impl Freeze for elf64_sym
impl RefUnwindSafe for elf64_sym
impl Send for elf64_sym
impl Sync for elf64_sym
impl Unpin for elf64_sym
impl UnwindSafe for elf64_sym
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