Enum cbindgen::Language [] [src]

pub enum Language {
    Cxx,
    C,
}

A language type to generate bindings for.

Variants

Trait Implementations

impl Debug for Language
[src]

Formats the value using the given formatter.

impl Clone for Language
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Language
[src]

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

This method tests for !=.

impl FromStr for Language
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Deserialize for Language
[src]

Deserialize this value from the given Serde deserializer. Read more