Struct bindgen::Bindings [] [src]

pub struct Bindings<'ctx> { /* fields omitted */ }

Generated Rust bindings.

Methods

impl<'ctx> Bindings<'ctx>
[src]

Deprecated

Generate bindings for the given options.

Deprecated - use a Builder instead

Convert these bindings into a Rust AST.

Convert these bindings into source text (with raw lines prepended).

Write these bindings as source text to a file.

Write these bindings as source text to the given Writeable.

Trait Implementations

impl<'ctx> Debug for Bindings<'ctx>
[src]

Formats the value using the given formatter.