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