Struct shared_library::dynamic_library::DynamicLibrary [] [src]

pub struct DynamicLibrary {
    // some fields omitted
}

Methods

impl DynamicLibrary
[src]

[]

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

[]

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

[]

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

[]

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

[]

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

[]

Access the value at the symbol of the dynamic library

Trait Implementations

impl Send for DynamicLibrary
[src]

impl Sync for DynamicLibrary
[src]

impl Drop for DynamicLibrary
[src]

[]

A method called when the value goes out of scope. Read more