Struct cbindgen::FileConfig [] [src]

pub struct FileConfig {
    pub header: Option<String>,
    pub trailer: Option<String>,
    pub autogen_warning: Option<String>,
    pub include_version: bool,
}

Fields

Optional text to output at the beginning of the file

Optional text to output at the end of the file

Optional text to output at major sections to deter manual editing

Include a comment with the version of cbindgen used to generate the file

Methods

impl FileConfig
[src]

Trait Implementations

impl Debug for FileConfig
[src]

Formats the value using the given formatter.

impl Clone for FileConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more