[][src]Trait winrt::RtValueType

pub unsafe trait RtValueType: Copy { }

Marker trait for all value types (primitive types, structs, enums) that can be used as generic parameters in Windows Runtime.

Implementations on Foreign Types

impl RtValueType for bool[src]

impl RtValueType for f32[src]

impl RtValueType for f64[src]

impl RtValueType for i8[src]

impl RtValueType for i16[src]

impl RtValueType for i32[src]

impl RtValueType for i64[src]

impl RtValueType for u8[src]

impl RtValueType for u16[src]

impl RtValueType for u32[src]

impl RtValueType for u64[src]

Loading content...

Implementors

impl RtValueType for Char[src]

impl RtValueType for Guid[src]

impl RtValueType for CollectionChange[src]

impl RtValueType for CausalityRelation[src]

impl RtValueType for CausalitySource[src]

impl RtValueType for CausalitySynchronousWork[src]

impl RtValueType for CausalityTraceLevel[src]

impl RtValueType for ErrorOptions[src]

impl RtValueType for LoggingFieldFormat[src]

impl RtValueType for LoggingLevel[src]

impl RtValueType for LoggingOpcode[src]

impl RtValueType for AttributeTargets[src]

impl RtValueType for CompositionType[src]

impl RtValueType for DeprecationType[src]

impl RtValueType for FeatureStage[src]

impl RtValueType for GCPressureAmount[src]

impl RtValueType for MarshalingType[src]

impl RtValueType for Platform[src]

impl RtValueType for ThreadingModel[src]

impl RtValueType for Matrix3x2[src]

impl RtValueType for Matrix4x4[src]

impl RtValueType for Plane[src]

impl RtValueType for Quaternion[src]

impl RtValueType for Rational[src]

impl RtValueType for Vector2[src]

impl RtValueType for Vector3[src]

impl RtValueType for Vector4[src]

impl RtValueType for AsyncStatus[src]

impl RtValueType for DateTime[src]

impl RtValueType for EventRegistrationToken[src]

impl RtValueType for HResult[src]

impl RtValueType for Point[src]

impl RtValueType for PropertyType[src]

impl RtValueType for Rect[src]

impl RtValueType for Size[src]

impl RtValueType for TimeSpan[src]

Loading content...