Struct bindgen::Bindings [] [src]

pub struct Bindings { /* fields omitted */ }

Contains the generated code.

Methods

impl Bindings
[src]

Get the generated code AST.

Get the generated code in a String.

Write the generated code in a file.

Write the generated code in the provided Write object.

Trait Implementations

impl Clone for Bindings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more