Struct CXPlatformAvailability
struct CXPlatformAvailability { ... }
Fields
Platform: CXStringIntroduced: CXVersionDeprecated: CXVersionObsoleted: CXVersionUnavailable: c_intMessage: CXString
Implementations
impl Clone for CXPlatformAvailability
fn clone(self: &Self) -> CXPlatformAvailability
impl Copy for CXPlatformAvailability
impl Debug for CXPlatformAvailability
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Default for CXPlatformAvailability
fn default() -> CXPlatformAvailability
impl Freeze for CXPlatformAvailability
impl RefUnwindSafe for CXPlatformAvailability
impl Send for CXPlatformAvailability
impl Sync for CXPlatformAvailability
impl Unpin for CXPlatformAvailability
impl UnsafeUnpin for CXPlatformAvailability
impl UnwindSafe for CXPlatformAvailability
impl<T> Any for CXPlatformAvailability
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for CXPlatformAvailability
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for CXPlatformAvailability
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for CXPlatformAvailability
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for CXPlatformAvailability
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for CXPlatformAvailability
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for CXPlatformAvailability
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for CXPlatformAvailability
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for CXPlatformAvailability
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>