#[repr(C)]pub struct Elf64_Vernaux {
pub vna_hash: Elf64_Word,
pub vna_flags: Elf64_Half,
pub vna_other: Elf64_Half,
pub vna_name: Elf64_Word,
pub vna_next: Elf64_Word,
}Fields§
§vna_hash: Elf64_Word§vna_flags: Elf64_Half§vna_other: Elf64_Half§vna_name: Elf64_Word§vna_next: Elf64_WordAuto Trait Implementations§
impl Freeze for Elf64_Vernaux
impl RefUnwindSafe for Elf64_Vernaux
impl Send for Elf64_Vernaux
impl Sync for Elf64_Vernaux
impl Unpin for Elf64_Vernaux
impl UnsafeUnpin for Elf64_Vernaux
impl UnwindSafe for Elf64_Vernaux
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