#[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_WordAuto 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 UnsafeUnpin 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