Trait winrt::RtNamedClass

source ·
pub trait RtNamedClass {
    fn name() -> &'static [u16];
}
Expand description

This trait is implemented by all classes that have a name associated with them which can be used at runtime.

Required Methods§

Returns the name of the class encoded as a 16-bit wide string.

Implementors§