Struct cbindgen::Library [] [src]

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

A library contains all of the information needed to generate bindings for a rust library.

Methods

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

Parse the specified crate or source file and load #[repr(C)] types for binding generation.

Build a bindings file from this rust library.

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