Struct clang_sys::CXPlatformAvailability
source · #[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: CXString
Introduced: CXVersion
Deprecated: CXVersion
Obsoleted: CXVersion
Message: CXString
Trait Implementations
sourceimpl Clone for CXPlatformAvailability
impl Clone for CXPlatformAvailability
sourcefn clone(&self) -> CXPlatformAvailability
fn clone(&self) -> CXPlatformAvailability
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CXPlatformAvailability
impl Debug for CXPlatformAvailability
sourceimpl Default for CXPlatformAvailability
impl Default for CXPlatformAvailability
sourcefn default() -> CXPlatformAvailability
fn default() -> CXPlatformAvailability
Returns the “default value” for a type. Read more
impl Copy for CXPlatformAvailability
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more