Skip to main content

ITalkTagWindow

Trait ITalkTagWindow 

Source
pub trait ITalkTagWindow: ITalkTag {
    // Provided methods
    fn m_tag_id(self) -> TalkTagWindow_TagID { ... }
    fn set_m_tag_id(self, value: TalkTagWindow_TagID) { ... }
    fn m_pid(self) -> Il2CppString { ... }
    fn set_m_pid(self, value: Il2CppString) { ... }
    fn m_pid_for_create(self) -> Il2CppString { ... }
    fn set_m_pid_for_create(self, value: Il2CppString) { ... }
    fn m_location_name(self) -> Il2CppString { ... }
    fn set_m_location_name(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§