Struct clang_sys::CXVersion 
                   
                       [−]
                   
               [src]
#[repr(C)]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 Copy for CXVersion[src]
impl Clone for CXVersion[src]
fn clone(&self) -> CXVersion[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more