#[repr(C)]pub struct ElfAuxEntry {
pub key: usize,
pub val: usize,
}Expand description
An ELF auxiliary table entry.
Fields§
§key: usize§val: usizeTrait Implementations§
Source§impl Clone for ElfAuxEntry
impl Clone for ElfAuxEntry
Source§fn clone(&self) -> ElfAuxEntry
fn clone(&self) -> ElfAuxEntry
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 moreimpl Copy for ElfAuxEntry
Auto Trait Implementations§
impl Freeze for ElfAuxEntry
impl RefUnwindSafe for ElfAuxEntry
impl Send for ElfAuxEntry
impl Sync for ElfAuxEntry
impl Unpin for ElfAuxEntry
impl UnwindSafe for ElfAuxEntry
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