Skip to main content

IKeyHelp

Trait IKeyHelp 

Source
pub trait IKeyHelp: ISingletonClass_1<KeyHelp> {
    // Provided methods
    fn m_ui(self) -> KeyHelp_UI { ... }
    fn set_m_ui(self, value: KeyHelp_UI) { ... }
}

Provided Methods§

Source

fn m_ui(self) -> KeyHelp_UI

Source

fn set_m_ui(self, value: KeyHelp_UI)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§