#[repr(C)]pub struct Elf64_Auxinfo {
pub a_type: c_long,
pub a_un: __c_anonymous_elf64_auxv_union,
}Fields§
§a_type: c_long§a_un: __c_anonymous_elf64_auxv_unionTrait Implementations§
Source§impl Clone for Elf64_Auxinfo
impl Clone for Elf64_Auxinfo
Source§fn clone(&self) -> Elf64_Auxinfo
fn clone(&self) -> Elf64_Auxinfo
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 moreSource§impl Debug for Elf64_Auxinfo
impl Debug for Elf64_Auxinfo
impl Copy for Elf64_Auxinfo
Auto Trait Implementations§
impl Freeze for Elf64_Auxinfo
impl RefUnwindSafe for Elf64_Auxinfo
impl !Send for Elf64_Auxinfo
impl !Sync for Elf64_Auxinfo
impl Unpin for Elf64_Auxinfo
impl UnwindSafe for Elf64_Auxinfo
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