Struct rustkit_clang_sys::CXVersion[][src]

#[repr(C)]
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. Read more

impl Default for CXVersion
[src]

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

Auto Trait Implementations

impl Send for CXVersion

impl Sync for CXVersion