Struct cpp_to_rust_common::cpp_lib_builder::CMakeVar [] [src]

pub struct CMakeVar {
    pub name: String,
    pub value: String,
}

A CMake variable with a name and a value.

Fields

Methods

impl CMakeVar
[src]

[src]

Creates a new variable.

[src]

Creates a new variable containing a list of values.

[src]

Creates a new variable containing a list of paths.

Trait Implementations

impl Debug for CMakeVar
[src]

[src]

Formats the value using the given formatter.

impl Clone for CMakeVar
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more