Struct clang::Version [] [src]

pub struct Version {
    pub x: i32,
    pub y: i32,
    pub z: i32,
}

A version number in the form x.y.z.

Fields

The x component of the version number.

The y component of the version number.

The z component of the version number.

Trait Implementations

impl Copy for Version
[src]

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Version
[src]

Formats the value using the given formatter.

impl PartialEq for Version
[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 Version
[src]

impl Hash for Version
[src]

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

Feeds a slice of this type into the state provided.