Skip to main content

ITalkTagName

Trait ITalkTagName 

Source
pub trait ITalkTagName: ITalkTag {
    // Provided methods
    fn m_tag_id(self) -> Mess_TagID_Name { ... }
    fn set_m_tag_id(self, value: Mess_TagID_Name) { ... }
    fn m_pid(self) -> Il2CppString { ... }
    fn set_m_pid(self, value: Il2CppString) { ... }
    fn m_replace_name(self) -> Il2CppString { ... }
    fn set_m_replace_name(self, value: 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§