Struct libbindgen::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.

Generate and write dummy uses of all the types we parsed, if we've been requested to do so in the options.

See the uses module for more information.

Trait Implementations

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

Formats the value using the given formatter.