Struct auxv::AuxvPair [] [src]

pub struct AuxvPair {
    pub key: AuxvType,
    pub value: AuxvType,
}

An auxv key-value pair.

Fields

Trait Implementations

impl Debug for AuxvPair
[src]

Formats the value using the given formatter.

impl PartialEq for AuxvPair
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.