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

pub enum CppLibraryType {
    Shared,
    Static,
}

Variants

Trait Implementations

impl Eq for CppLibraryType
[src]

impl PartialEq for CppLibraryType
[src]

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

This method tests for !=.

impl Copy for CppLibraryType
[src]

impl Clone for CppLibraryType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CppLibraryType
[src]

Formats the value using the given formatter.