pub struct AuxvPair {
pub key: AuxvType,
pub value: AuxvType,
}Expand description
An auxv key-value pair.
Fields§
§key: AuxvType§value: AuxvTypeTrait Implementations§
impl StructuralPartialEq for AuxvPair
Auto Trait Implementations§
impl Freeze for AuxvPair
impl RefUnwindSafe for AuxvPair
impl Send for AuxvPair
impl Sync for AuxvPair
impl Unpin for AuxvPair
impl UnwindSafe for AuxvPair
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