#[repr(C)]pub struct Elf64_Verdaux {
pub vda_name: Elf64_Word,
pub vda_next: Elf64_Word,
}
Fields§
§vda_name: Elf64_Word
§vda_next: Elf64_Word
Trait Implementations§
Source§impl Clone for Elf64_Verdaux
impl Clone for Elf64_Verdaux
Source§fn clone(&self) -> Elf64_Verdaux
fn clone(&self) -> Elf64_Verdaux
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 Elf64_Verdaux
impl Debug for Elf64_Verdaux
impl Copy for Elf64_Verdaux
Auto Trait Implementations§
impl Freeze for Elf64_Verdaux
impl RefUnwindSafe for Elf64_Verdaux
impl Send for Elf64_Verdaux
impl Sync for Elf64_Verdaux
impl Unpin for Elf64_Verdaux
impl UnwindSafe for Elf64_Verdaux
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