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.