pub struct Verdaux {
pub vda_name: usize,
pub vda_next: u32,
}
Expand description
An ELF Version Definition Auxiliary entry.
Fields§
§vda_name: usize
Offset to the version or dependency name string in the section header, in bytes.
vda_next: u32
Offset to the next verdaux entry, in bytes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Verdaux
impl RefUnwindSafe for Verdaux
impl Send for Verdaux
impl Sync for Verdaux
impl Unpin for Verdaux
impl UnwindSafe for 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