#[repr(C)]pub struct Elf32_Verdaux {
pub vda_name: Elf32_Word,
pub vda_next: Elf32_Word,
}Fields§
§vda_name: Elf32_Word§vda_next: Elf32_WordAuto Trait Implementations§
impl Freeze for Elf32_Verdaux
impl RefUnwindSafe for Elf32_Verdaux
impl Send for Elf32_Verdaux
impl Sync for Elf32_Verdaux
impl Unpin for Elf32_Verdaux
impl UnsafeUnpin for Elf32_Verdaux
impl UnwindSafe for Elf32_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