[−][src]Struct cbindgen::Builder
A builder for generating a bindings header.
Methods
impl Builder
[src]
pub fn new() -> Builder
[src]
pub fn with_header<S: AsRef<str>>(self, header: S) -> Builder
[src]
pub fn with_no_includes(self) -> Builder
[src]
pub fn with_include<S: AsRef<str>>(self, include: S) -> Builder
[src]
pub fn with_sys_include<S: AsRef<str>>(self, include: S) -> Builder
[src]
pub fn with_trailer<S: AsRef<str>>(self, trailer: S) -> Builder
[src]
pub fn with_include_guard<S: AsRef<str>>(self, include_guard: S) -> Builder
[src]
pub fn with_autogen_warning<S: AsRef<str>>(self, autogen_warning: S) -> Builder
[src]
pub fn with_include_version(self, include_version: bool) -> Builder
[src]
pub fn with_namespace<S: AsRef<str>>(self, namespace: S) -> Builder
[src]
pub fn with_namespaces<S: AsRef<str>>(self, namespaces: &[S]) -> Builder
[src]
pub fn with_braces(self, braces: Braces) -> Builder
[src]
pub fn with_line_length(self, line_length: usize) -> Builder
[src]
pub fn with_tab_width(self, tab_width: usize) -> Builder
[src]
pub fn with_language(self, language: Language) -> Builder
[src]
pub fn include_item<S: AsRef<str>>(self, item_name: S) -> Builder
[src]
pub fn exclude_item<S: AsRef<str>>(self, item_name: S) -> Builder
[src]
pub fn rename_item<S: AsRef<str>>(self, from: S, to: S) -> Builder
[src]
pub fn with_item_prefix<S: AsRef<str>>(self, prefix: S) -> Builder
[src]
pub fn with_parse_deps(self, parse_deps: bool) -> Builder
[src]
pub fn with_parse_include<S: AsRef<str>>(self, include: &[S]) -> Builder
[src]
pub fn with_parse_exclude<S: AsRef<str>>(self, exclude: &[S]) -> Builder
[src]
pub fn with_parse_expand<S: AsRef<str>>(self, expand: &[S]) -> Builder
[src]
pub fn with_parse_expand_all_features(
self,
expand_all_features: bool
) -> Builder
[src]
self,
expand_all_features: bool
) -> Builder
pub fn with_parse_expand_default_features(
self,
expand_default_features: bool
) -> Builder
[src]
self,
expand_default_features: bool
) -> Builder
pub fn with_parse_expand_features<S: AsRef<str>>(
self,
expand_features: &[S]
) -> Builder
[src]
self,
expand_features: &[S]
) -> Builder
pub fn with_documentation(self, documentation: bool) -> Builder
[src]
pub fn with_target_os_define(
self,
platform: &str,
preprocessor_define: &str
) -> Builder
[src]
self,
platform: &str,
preprocessor_define: &str
) -> Builder
pub fn with_define(
self,
key: &str,
value: &str,
preprocessor_define: &str
) -> Builder
[src]
self,
key: &str,
value: &str,
preprocessor_define: &str
) -> Builder
pub fn with_config(self, config: Config) -> Builder
[src]
pub fn with_std_types(self, std_types: bool) -> Builder
[src]
pub fn with_src<P: AsRef<Path>>(self, src: P) -> Builder
[src]
pub fn with_crate<P: AsRef<Path>>(self, lib_dir: P) -> Builder
[src]
pub fn with_crate_and_name<P: AsRef<Path>, S: AsRef<str>>(
self,
lib_dir: P,
binding_lib_name: S
) -> Builder
[src]
self,
lib_dir: P,
binding_lib_name: S
) -> Builder
pub fn with_lockfile<P: AsRef<Path>>(self, lockfile: P) -> Builder
[src]
pub fn generate(self) -> Result<Bindings, Error>
[src]
Trait Implementations
impl Clone for Builder
[src]
fn clone(&self) -> Builder
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Builder
[src]
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,