[go: up one dir, main page]

[][src]Module libloading::os::unix

This is supported on Unix only.

UNIX implementation of dynamic library loading.

Structs

LibraryUnix

A platform-specific counterpart of the cross-platform Library.

SymbolUnix

Symbol from a library.

Constants

RTLD_GLOBALUnix

Make loaded symbols available for resolution globally.

RTLD_LAZYUnix

Perform lazy binding.

RTLD_LOCALUnix

Load symbols into an isolated namespace.

RTLD_NOWUnix

Perform eager binding.