Struct clang_sys::CXPlatformAvailability [] [src]

pub struct CXPlatformAvailability {
    pub Platform: CXString,
    pub Introduced: CXVersion,
    pub Deprecated: CXVersion,
    pub Obsoleted: CXVersion,
    pub Unavailable: c_int,
    pub Message: CXString,
}

Fields

Platform: CXString Introduced: CXVersion Deprecated: CXVersion Obsoleted: CXVersion Unavailable: c_int Message: CXString

Trait Implementations

impl Debug for CXPlatformAvailability
[src]

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

Formats the value using the given formatter.

impl Clone for CXPlatformAvailability
[src]

fn clone(&self) -> CXPlatformAvailability

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 CXPlatformAvailability
[src]