#[repr(C, packed(1))]pub struct AuxVarRaw { /* private fields */ }
Expand description
Serialized form of an AuxVar
as used in the Linux ABI.
In memory, each entry is a (usize, usize)
-pair. Depending on the key
,
the value
might be a boolean, an integer, or a pointer into the
auxv data area.
Implementations§
Trait Implementations§
impl Copy for AuxVarRaw
impl Eq for AuxVarRaw
impl StructuralPartialEq for AuxVarRaw
Auto Trait Implementations§
impl Freeze for AuxVarRaw
impl RefUnwindSafe for AuxVarRaw
impl Send for AuxVarRaw
impl Sync for AuxVarRaw
impl Unpin for AuxVarRaw
impl UnwindSafe for AuxVarRaw
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