Struct cbindgen::Library [] [src]

pub struct Library { /* fields omitted */ }

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

Methods

impl Library
[src]

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

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 Debug for Library
[src]

Formats the value using the given formatter.

impl Clone for Library
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more