Enum cpp_to_rust_common::cpp_lib_builder::BuildType [] [src]

pub enum BuildType {
    Debug,
    Release,
}

CMake build type (Debug or Release)

Variants

Trait Implementations

impl Debug for BuildType
[src]

[src]

Formats the value using the given formatter.

impl Clone for BuildType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more