Struct auxv::getauxval::NotAvailableGetauxval [] [src]

pub struct NotAvailableGetauxval {}

A stub implementation that always returns FunctionNotAvailable. This can be used when you want to use something reasonable (i.e. won't crash or fail to compile) that's not NativeGetauxval on non-Linux systems.

Trait Implementations

impl Getauxval for NotAvailableGetauxval
[src]

Look up an entry in the auxiliary vector. See getauxval(3) in glibc.