pub trait ITalkUI_KeyHelpObjects: IObject {
// Provided methods
fn m_root_object(self) -> GameObject { ... }
fn set_m_root_object(self, value: GameObject) { ... }
fn m_talk_objects(self) -> TalkUI_TalkObjects { ... }
fn set_m_talk_objects(self, value: TalkUI_TalkObjects) { ... }
}Provided Methods§
fn m_root_object(self) -> GameObject
fn set_m_root_object(self, value: GameObject)
fn m_talk_objects(self) -> TalkUI_TalkObjects
fn set_m_talk_objects(self, value: TalkUI_TalkObjects)
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.