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
Platform: CXStringIntroduced: CXVersionDeprecated: CXVersionObsoleted: CXVersionMessage: CXStringTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CXPlatformAvailability
impl !Send for CXPlatformAvailability
impl !Sync for CXPlatformAvailability
impl Unpin for CXPlatformAvailability
impl UnwindSafe for CXPlatformAvailability
Blanket Implementations
Mutably borrows from an owned value. Read more