Struct cpp_to_rust_common::cpp_build_config::CppBuildPaths [] [src]

pub struct CppBuildPaths { /* fields omitted */ }

Machine-specific information required to build the C++ wrapper library.

Methods

impl CppBuildPaths
[src]

Adds path to a lib directory. It's supplied to the linker via -L option or environment variables.

Adds path to a framework directory (OS X specific). It's supplied to the linker via -F option or environment variables.

Adds path to an include directory. It's supplied to the C++ parser and the C++ compiler via -I option.

Trait Implementations

impl Debug for CppBuildPaths
[src]

Formats the value using the given formatter.

impl Default for CppBuildPaths
[src]

Returns the "default value" for a type. Read more

impl Clone for CppBuildPaths
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more