pub trait IDishAllMenuContent_HistoryObjectMethods: IDishAllMenuContent_HistoryObject {
// Provided methods
fn ctor(self, game_object: impl Into<GameObject>) { ... }
fn show(self) { ... }
fn hide(self) { ... }
fn get_game_object(self) -> GameObject { ... }
}Provided Methods§
Sourcefn ctor(self, game_object: impl Into<GameObject>)
fn ctor(self, game_object: impl Into<GameObject>)
.ctor(crate::unity_engine::gameobject::GameObject) overload
Sourcefn get_game_object(self) -> GameObject
fn get_game_object(self) -> GameObject
get_gameObject() overload
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§
impl<__T: IDishAllMenuContent_HistoryObject> IDishAllMenuContent_HistoryObjectMethods for __T
Available on crate feature
app-cooking_menu-dishallmenucontent only.