Trait windows::RuntimeType [−][src]
pub unsafe trait RuntimeType: Abi + Clone + PartialEq {
const SIGNATURE: ConstBuffer;
}Expand description
RuntimeType is used to constrain WinRT generic types to WinRT types.
This trait is automatically used by the generated bindings and should not be used directly.