Skip to main content

ITalkTagIcon

Trait ITalkTagIcon 

Source
pub trait ITalkTagIcon: ITalkTag {
    // Provided methods
    fn m_tag_id(self) -> TalkTagIcon_TagID { ... }
    fn set_m_tag_id(self, value: TalkTagIcon_TagID) { ... }
    fn m_kind_name(self) -> Il2CppString { ... }
    fn set_m_kind_name(self, value: Il2CppString) { ... }
    fn m_result(self) -> TalkTag_Result { ... }
    fn set_m_result(self, value: TalkTag_Result) { ... }
}

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§