Enum clang::Language [] [src]

pub enum Language {
    C,
    Cpp,
    ObjectiveC,
}

Indicates the language used by a declaration.

Variants

The declaration uses the C programming language.

The declaration uses the C++ programming language.

The declaration uses the Objective-C programming language.

Trait Implementations

impl Copy for Language
[src]

impl Clone for Language
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Language
[src]

Formats the value using the given formatter.

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 Eq for Language
[src]

impl Hash for Language
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.