Trait windows::RuntimeName[][src]

pub trait RuntimeName {
    const NAME: &'static str;
}
Expand description

A WinRT type that can be identified by a name in order to support activation and marshaling.

This trait is automatically used by the generated bindings and should not be used directly.

Associated Constants

const NAME: &'static str[src]

Loading content...

Implementors

Loading content...