Enum auxv::getauxval::GetauxvalError [] [src]

pub enum GetauxvalError {
    FunctionNotAvailable,
    NotFound,
    UnknownError,
}

Errors from invoking getauxval.

Variants

getauxval() is not available at runtime

getauxval() could not find the requested key

getauxval() encountered a different error

Trait Implementations

impl Debug for GetauxvalError
[src]

Formats the value using the given formatter.

impl PartialEq for GetauxvalError
[src]

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

This method tests for !=.