Struct clang_sys::CXVersion [] [src]

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

Fields

Major: c_int Minor: c_int Subminor: c_int

Trait Implementations

impl Debug for CXVersion
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for CXVersion
[src]

fn clone(&self) -> CXVersion

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for CXVersion
[src]