[go: up one dir, main page]

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.

Associated Constants

Implementations on Foreign Types

Implementors