Skip to main content

IKeyHelpDataMethods

Trait IKeyHelpDataMethods 

Source
pub trait IKeyHelpDataMethods: IKeyHelpData {
    // Provided methods
    fn get_button_index(self) -> i8 { ... }
    fn set_button_index(self, value: impl Into<i8>) { ... }
    fn get_mid(self) -> Il2CppString { ... }
    fn set_mid(self, value: impl Into<Il2CppString>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_button_index(self) -> i8

get_ButtonIndex() overload

Source

fn set_button_index(self, value: impl Into<i8>)

set_ButtonIndex(i8) overload

Source

fn get_mid(self) -> Il2CppString

get_MID() overload

Source

fn set_mid(self, value: impl Into<Il2CppString>)

set_MID(::unity::Il2CppString) overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IKeyHelpData> IKeyHelpDataMethods for __T

Available on crate feature app-keyhelpdata only.