pub trait ITalkKeyWait: IProcInst {
// Provided methods
fn m_mid(self) -> Il2CppString { ... }
fn set_m_mid(self, value: Il2CppString) { ... }
fn m_voice_event_name(self) -> Il2CppString { ... }
fn set_m_voice_event_name(self, value: Il2CppString) { ... }
fn m_wait_sec_for_auto_play(self) -> f32 { ... }
fn set_m_wait_sec_for_auto_play(self, value: f32) { ... }
fn m_wait_counter(self) -> f32 { ... }
fn set_m_wait_counter(self, value: f32) { ... }
}Provided Methods§
fn m_mid(self) -> Il2CppString
fn set_m_mid(self, value: Il2CppString)
fn m_voice_event_name(self) -> Il2CppString
fn set_m_voice_event_name(self, value: Il2CppString)
fn m_wait_sec_for_auto_play(self) -> f32
fn set_m_wait_sec_for_auto_play(self, value: f32)
fn m_wait_counter(self) -> f32
fn set_m_wait_counter(self, value: f32)
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.