Struct cxx_build::Cfg

source ·
pub struct Cfg<'a> {
    pub include_prefix: &'a str,
    pub exported_header_dirs: Vec<&'a Path>,
    pub exported_header_prefixes: Vec<&'a str>,
    pub exported_header_links: Vec<&'a str>,
    pub doxygen: bool,
    /* private fields */
}
Expand description

Build configuration. See CFG.

Fields§

§include_prefix: &'a str§exported_header_dirs: Vec<&'a Path>§exported_header_prefixes: Vec<&'a str>§exported_header_links: Vec<&'a str>§doxygen: bool

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.