#[repr(C)]pub struct Elf_Sym {
pub st_name: u32,
pub st_info: u8,
pub st_other: u8,
pub st_shndx: u16,
pub st_value: usize,
pub st_size: usize,
}
Fields§
§st_name: u32
§st_info: u8
§st_other: u8
§st_shndx: u16
§st_value: usize
§st_size: usize
Auto Trait Implementations§
impl Freeze for Elf_Sym
impl RefUnwindSafe for Elf_Sym
impl Send for Elf_Sym
impl Sync for Elf_Sym
impl Unpin for Elf_Sym
impl UnwindSafe for Elf_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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes