Enum shared_library::dynamic_library::SpecialHandles[][src]

pub enum SpecialHandles {
    Next,
    Default,
}
Expand description

Special handles to be used with the symbol_special function. These are provided by a GNU only extension and are not included as part of the POSIX standard.

See https://linux.die.net/man/3/dlsym for their behaviour.

Variants

Next

Default

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.