Module emf_core_base_rs_ffi::library::library_loader[][src]

Interface of a library loader.

Any object that can be wrapped into a LibraryLoaderInterface can be used as a library loader.

Structs

LibraryLoader

Opaque structure representing a loader.

LibraryLoaderInterface

Interface of a library loader.

NativeLibraryLoaderInterface

Interface of a native library loader.

Traits

LibraryLoaderBinding

Helper trait for using a library loader.

NativeLibraryLoaderBindingUnix

Type Definitions

GetDataSymbolFn
GetFnSymbolFn
GetInternalInterfaceFn
GetNativeHandleFn
LoadExtFn
LoadExtFnUnix
LoadFn
NativeLibraryHandle

Type used by the os to identify a library.

NativeLibraryHandleUnix

Type used by unix to identify a library.

UnloadFn