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
Message: CXString
Trait Implementations
impl Copy for CXPlatformAvailability
[src]
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 Debug for CXPlatformAvailability
[src]
impl Default for CXPlatformAvailability
[src]
fn default() -> CXPlatformAvailability
Returns the "default value" for a type. Read more