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
header: Option<String>
Optional text to output at the beginning of the file
trailer: Option<String>
Optional text to output at the end of the file
autogen_warning: Option<String>
Optional text to output at major sections to deter manual editing
include_version: bool
Include a comment with the version of cbindgen used to generate the file
Methods
impl FileConfig[src]
fn default() -> FileConfig
Trait Implementations
impl Debug for FileConfig[src]
impl Clone for FileConfig[src]
fn clone(&self) -> FileConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more