Struct dylib::DynamicLibrary [] [src]

pub struct DynamicLibrary { /* fields omitted */ }

Methods

impl DynamicLibrary
[src]

[src]

Lazily open a dynamic library. When passed None it gives a handle to the calling process

[src]

Prepends a path to this process's search path for dynamic libraries

[src]

From a slice of paths, create a new vector which is suitable to be an environment variable for this platforms dylib search path.

[src]

Returns the environment variable for this process's dynamic library search path

[src]

Returns the current search path for dynamic libraries being used by this process

[src]

Access the value at the symbol of the dynamic library

Trait Implementations

impl Drop for DynamicLibrary
[src]

[src]

Executes the destructor for this type. Read more