Trait windows::RuntimeType[][src]

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

    const SIGNATURE: ConstBuffer;
}

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

Loading content...

Associated Constants

Loading content...

Implementations on Foreign Types

impl RuntimeType for bool[src]

impl RuntimeType for i8[src]

impl RuntimeType for u8[src]

impl RuntimeType for i16[src]

impl RuntimeType for u16[src]

impl RuntimeType for i32[src]

impl RuntimeType for u32[src]

impl RuntimeType for i64[src]

impl RuntimeType for u64[src]

impl RuntimeType for f32[src]

impl RuntimeType for f64[src]

Loading content...

Implementors

Loading content...