#[repr(C)]pub struct AuxvEntry { /* private fields */ }
Expand description
Represents an entry in the auxiliary vector.
Implementations§
Source§impl AuxvEntry
impl AuxvEntry
Sourcepub fn get_type(&self) -> AuxvType
pub fn get_type(&self) -> AuxvType
Get self::AuxvType of the auxv entry
Sourcepub fn value_mut_ref(&mut self) -> &mut usize
pub fn value_mut_ref(&mut self) -> &mut usize
Get a mutable reference to the value of the auxv entry
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuxvEntry
impl RefUnwindSafe for AuxvEntry
impl Send for AuxvEntry
impl Sync for AuxvEntry
impl Unpin for AuxvEntry
impl UnwindSafe for AuxvEntry
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