Skip to main content

IDishAllMenuContent_HistoryObject

Trait IDishAllMenuContent_HistoryObject 

Source
pub trait IDishAllMenuContent_HistoryObject: IObject {
    // Provided methods
    fn m_game_object(self) -> GameObject { ... }
    fn set_m_game_object(self, value: GameObject) { ... }
    fn m_canvas_group(self) -> CanvasGroup { ... }
    fn set_m_canvas_group(self, value: CanvasGroup) { ... }
}

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§