pub trait ISortieSubMenuContentMethods: ISortieSubMenuContent {
// Provided methods
fn calc_w(self) -> f32 { ... }
fn calc_h(self) -> f32 { ... }
fn init_obj_reference(self) { ... }
fn build_menu_item_content(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn init_obj_reference(self)
fn init_obj_reference(self)
InitObjReference() overload
BuildMenuItemContent() 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: ISortieSubMenuContent> ISortieSubMenuContentMethods for __T
Available on crate feature
app-sortiesubmenucontent only.