Struct cbindgen::Builder[][src]

pub struct Builder { /* fields omitted */ }

A builder for generating a bindings header.

Methods

impl Builder
[src]

Trait Implementations

impl Debug for Builder
[src]

Formats the value using the given formatter. Read more

impl Clone for Builder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder