pub trait ITalkTagPicture: ITalkTag {
// Provided methods
fn m_tag_id(self) -> Mess_TagID_Picture { ... }
fn set_m_tag_id(self, value: Mess_TagID_Picture) { ... }
fn m_picture_index(self) -> i32 { ... }
fn set_m_picture_index(self, value: i32) { ... }
fn m_texture_name(self) -> Il2CppString { ... }
fn set_m_texture_name(self, value: Il2CppString) { ... }
fn m_anim_name(self) -> Il2CppString { ... }
fn set_m_anim_name(self, value: Il2CppString) { ... }
}Provided Methods§
fn m_tag_id(self) -> Mess_TagID_Picture
fn set_m_tag_id(self, value: Mess_TagID_Picture)
fn m_picture_index(self) -> i32
fn set_m_picture_index(self, value: i32)
fn m_texture_name(self) -> Il2CppString
fn set_m_texture_name(self, value: Il2CppString)
fn m_anim_name(self) -> Il2CppString
fn set_m_anim_name(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.