Struct openssl_sys::Elf64_Sym
source · [−]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: u64
Trait Implementations
impl Copy for Elf64_Sym
impl Eq for Elf64_Sym
impl StructuralEq for Elf64_Sym
impl StructuralPartialEq for Elf64_Sym
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more