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§
source§impl Clone for CXPlatformAvailability
impl Clone for CXPlatformAvailability
source§fn clone(&self) -> CXPlatformAvailability
fn clone(&self) -> CXPlatformAvailability
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CXPlatformAvailability
impl Debug for CXPlatformAvailability
source§impl Default for CXPlatformAvailability
impl Default for CXPlatformAvailability
source§fn default() -> CXPlatformAvailability
fn default() -> CXPlatformAvailability
Returns the “default value” for a type. Read more
impl Copy for CXPlatformAvailability
Auto Trait Implementations§
impl Freeze for CXPlatformAvailability
impl RefUnwindSafe for CXPlatformAvailability
impl !Send for CXPlatformAvailability
impl !Sync for CXPlatformAvailability
impl Unpin for CXPlatformAvailability
impl UnwindSafe for CXPlatformAvailability
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more