Struct cpp_to_rust_common::BuildScriptData [] [src]

pub struct BuildScriptData {
    pub cpp_build_config: CppBuildConfig,
    pub cpp_lib_version: Option<String>,
    pub cpp_wrapper_lib_name: String,
}

This type contains data serialized by the generator and placed to the generated crate's directory. The build script reads and uses this value.

Fields

Information required to build the C++ wrapper library

Name of the original C++ library passed to the generator

Name of C++ wrapper library

Trait Implementations

impl Debug for BuildScriptData
[src]

Formats the value using the given formatter.

impl Clone for BuildScriptData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more