#[repr(C)]pub struct Elf64_Verdef {
pub vd_version: Elf64_Half,
pub vd_flags: Elf64_Half,
pub vd_ndx: Elf64_Half,
pub vd_cnt: Elf64_Half,
pub vd_hash: Elf64_Word,
pub vd_aux: Elf64_Word,
pub vd_next: Elf64_Word,
}
Fields§
§vd_version: Elf64_Half
§vd_flags: Elf64_Half
§vd_ndx: Elf64_Half
§vd_cnt: Elf64_Half
§vd_hash: Elf64_Word
§vd_aux: Elf64_Word
§vd_next: Elf64_Word
Trait Implementations§
Source§impl Clone for Elf64_Verdef
impl Clone for Elf64_Verdef
Source§fn clone(&self) -> Elf64_Verdef
fn clone(&self) -> Elf64_Verdef
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_Verdef
impl Debug for Elf64_Verdef
impl Copy for Elf64_Verdef
Auto Trait Implementations§
impl Freeze for Elf64_Verdef
impl RefUnwindSafe for Elf64_Verdef
impl Send for Elf64_Verdef
impl Sync for Elf64_Verdef
impl Unpin for Elf64_Verdef
impl UnwindSafe for Elf64_Verdef
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