Enum cpp_to_rust_common::cpp_build_config::CppLibraryType [] [src]

pub enum CppLibraryType {
    Shared,
    Static,
}

Type of a C++ library (shared or static).

Variants

Trait Implementations

impl Debug for CppLibraryType
[src]

[src]

Formats the value using the given formatter.

impl Clone for CppLibraryType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CppLibraryType
[src]

impl PartialEq for CppLibraryType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for CppLibraryType
[src]