Trait winrt::RtValueType [] [src]

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.

Implementors