pub trait ISortieSequenceTroopListMethods: ISortieSequenceTroopList {
// Provided methods
fn load_res(self) { ... }
fn is_loading_res(self) -> bool { ... }
fn open(self) { ... }
fn return_main(self) { ... }
fn menu_tick(self) { ... }
fn title_bar_close(self) { ... }
fn is_menu_closed(self) -> bool { ... }
fn menu_close(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn is_loading_res(self) -> bool
fn is_loading_res(self) -> bool
IsLoadingRes() overload
Sourcefn return_main(self)
fn return_main(self)
ReturnMain() overload
MenuTick() overload
Sourcefn title_bar_close(self)
fn title_bar_close(self)
TitleBarClose() overload
IsMenuClosed() overload
MenuClose() 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: ISortieSequenceTroopList> ISortieSequenceTroopListMethods for __T
Available on crate feature
app-sortiesequencetrooplist only.