Struct 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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CXVersion
[src]

[src]

Formats the value using the given formatter.

impl Default for CXVersion
[src]

[src]

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