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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CXPlatformAvailability
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for CXPlatformAvailability
[src]

[src]

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

Auto Trait Implementations