Skip to main content

ISoftwareKeyboard

Trait ISoftwareKeyboard 

Source
pub trait ISoftwareKeyboard: IProcInst {
    // Provided methods
    fn m_max_length(self) -> i32 { ... }
    fn set_m_max_length(self, value: i32) { ... }
    fn m_header_text(self) -> Il2CppString { ... }
    fn set_m_header_text(self, value: Il2CppString) { ... }
    fn m_sub_text(self) -> Il2CppString { ... }
    fn set_m_sub_text(self, value: Il2CppString) { ... }
    fn m_initial_text(self) -> Il2CppString { ... }
    fn set_m_initial_text(self, value: Il2CppString) { ... }
    fn m_preset(self) -> SoftwareKeyboard_Preset { ... }
    fn set_m_preset(self, value: SoftwareKeyboard_Preset) { ... }
    fn m_callback(self) -> Action_1<Il2CppString> { ... }
    fn set_m_callback(self, value: Action_1<Il2CppString>) { ... }
}

Provided Methods§

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§