pub struct SharedLibrary {
    pub functions: Functions,
    /* private fields */
}
Expand description

A dynamically loaded instance of the libclang library.

Fields

functions: Functions

Implementations

Returns the path to this libclang shared library.

Returns the (minimum) version of this libclang shared library.

If this returns None, it indicates that the version is too old to be supported by this crate (i.e., 3.4 or earlier). If the version of this shared library is more recent than that fully supported by this crate, the most recent fully supported version will be returned.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.