pub trait ITalkTagLocalize: ITalkTag {
// Provided methods
fn m_tag_id(self) -> Mess_TagID_Localize { ... }
fn set_m_tag_id(self, value: Mess_TagID_Localize) { ... }
fn m_replace_str0(self) -> Il2CppString { ... }
fn set_m_replace_str0(self, value: Il2CppString) { ... }
fn m_replace_str1(self) -> Il2CppString { ... }
fn set_m_replace_str1(self, value: Il2CppString) { ... }
}Provided Methods§
fn m_tag_id(self) -> Mess_TagID_Localize
fn set_m_tag_id(self, value: Mess_TagID_Localize)
fn m_replace_str0(self) -> Il2CppString
fn set_m_replace_str0(self, value: Il2CppString)
fn m_replace_str1(self) -> Il2CppString
fn set_m_replace_str1(self, value: Il2CppString)
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.