Struct cbindgen::Library [] [src]

pub struct Library<'a> { /* fields omitted */ }

A library collects all of the information needed to generate bindings for a specified rust library. It is turned into a GeneratedLibrary, and in the process filters out unneeded information and in the future will do validation.

Methods

impl<'a> Library<'a>
[src]

Trait Implementations

impl<'a> Debug for Library<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for Library<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more