Trait windows::RuntimeType[][src]

pub unsafe trait RuntimeType: Abi + Clone {
    type DefaultType;

    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.

Associated Types

Associated Constants

Implementations on Foreign Types

Implementors