Struct linux_raw_sys::elf::Elf_auxv_t
source · #[repr(C)]pub struct Elf_auxv_t {
pub a_type: usize,
pub a_val: *mut c_void,
}
Fields§
§a_type: usize
§a_val: *mut c_void
Trait Implementations§
source§impl Clone for Elf_auxv_t
impl Clone for Elf_auxv_t
source§fn clone(&self) -> Elf_auxv_t
fn clone(&self) -> Elf_auxv_t
Returns a copy 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 more