pub type GElf_Vernaux = Elf64_Vernaux;Aliased Type§
#[repr(C)]pub struct GElf_Vernaux {
pub vna_hash: u32,
pub vna_flags: u16,
pub vna_other: u16,
pub vna_name: u32,
pub vna_next: u32,
}Fields§
§vna_hash: u32§vna_flags: u16§vna_other: u16§vna_name: u32§vna_next: u32