#[repr(C)]pub struct Elf32_Vernaux {
pub vna_hash: Elf32_Word,
pub vna_flags: Elf32_Half,
pub vna_other: Elf32_Half,
pub vna_name: Elf32_Word,
pub vna_next: Elf32_Word,
}Fields§
§vna_hash: Elf32_Word§vna_flags: Elf32_Half§vna_other: Elf32_Half§vna_name: Elf32_Word§vna_next: Elf32_WordTrait Implementations§
Source§impl Clone for Elf32_Vernaux
impl Clone for Elf32_Vernaux
Source§fn clone(&self) -> Elf32_Vernaux
fn clone(&self) -> Elf32_Vernaux
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Elf32_Vernaux
impl Debug for Elf32_Vernaux
impl Copy for Elf32_Vernaux
Auto Trait Implementations§
impl Freeze for Elf32_Vernaux
impl RefUnwindSafe for Elf32_Vernaux
impl Send for Elf32_Vernaux
impl Sync for Elf32_Vernaux
impl Unpin for Elf32_Vernaux
impl UnwindSafe for Elf32_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