[][src]Trait windows::RuntimeName

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

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

pub const NAME: &'static str[src]

Loading content...

Implementors

Loading content...