Enum auxv::procfs::ProcfsAuxvError [] [src]

pub enum ProcfsAuxvError {
    IoError,
    InvalidFormat,
}

Errors from reading /proc/self/auxv.

Variants

an io error was encountered

the auxv data is invalid

Trait Implementations

impl Debug for ProcfsAuxvError
[src]

Formats the value using the given formatter.

impl PartialEq for ProcfsAuxvError
[src]

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

This method tests for !=.