Struct clang_sys::CXVersion [] [src]

pub struct CXVersion {
    pub Major: c_int,
    pub Minor: c_int,
    pub Subminor: c_int,
}

Fields

Trait Implementations

impl Copy for CXVersion
[src]

impl Clone for CXVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXVersion
[src]

Formats the value using the given formatter.

impl Default for CXVersion
[src]

Returns the "default value" for a type. Read more