#[repr(C)]pub struct elf64_sym {
pub st_name: u32,
pub st_info: u8,
pub st_other: u8,
pub st_shndx: u16,
pub st_value: u64,
pub st_size: u64,
}Fields§
§st_name: u32§st_info: u8§st_other: u8§st_shndx: u16§st_value: u64§st_size: u64Trait 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