Struct clang_sys::CXPlatformAvailability[][src]

#[repr(C)]
pub struct CXPlatformAvailability { pub Platform: CXString, pub Introduced: CXVersion, pub Deprecated: CXVersion, pub Obsoleted: CXVersion, pub Unavailable: c_int, pub Message: CXString, }

Fields

Trait Implementations

impl Copy for CXPlatformAvailability
[src]

impl Clone for CXPlatformAvailability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXPlatformAvailability
[src]

Formats the value using the given formatter. Read more

impl Default for CXPlatformAvailability
[src]

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

Auto Trait Implementations