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