Trait winrt::RtNamedClass [] [src]

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

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