Enum dlfcn::rtld::RtldMain [] [src]

pub enum RtldMain {
    Lazy,
    Now,
}

The RTLD main value to be used.

Variants

Resolve only binds which are needed upon request. If a symbol isn't ever requested, it won't be resolved.

If this is set or the environment variable LD_BIND_NOW is set to a non-empty string, all unresolved symbols will be resolved before the load returns.

Methods

impl RtldMain
[src]

[src]

Maps the [RtldMain] value to a [libc::c_int].

Trait Implementations

Auto Trait Implementations

impl Send for RtldMain

impl Sync for RtldMain