Skip to main content

ISortieSubMenuContentMethods

Trait ISortieSubMenuContentMethods 

Source
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§

Source

fn calc_w(self) -> f32

CalcW() overload

Source

fn calc_h(self) -> f32

CalcH() overload

Source

fn init_obj_reference(self)

InitObjReference() overload

Source

fn build_menu_item_content(self)

BuildMenuItemContent() overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: ISortieSubMenuContent> ISortieSubMenuContentMethods for __T

Available on crate feature app-sortiesubmenucontent only.