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