pub trait ISortieSequenceRingSelectMethods: ISortieSequenceRingSelect {
// Provided methods
fn get_ring_menu(self) -> RingSelectMenu { ... }
fn load_res(self) { ... }
fn is_loading_res(self) -> bool { ... }
fn open(self) { ... }
fn menu_tick(self) { ... }
fn close(self) { ... }
fn decide(self) { ... }
fn is_play_engage_decide(self) -> bool { ... }
fn god_respond_voice(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
get_RingMenu() overload
Sourcefn is_loading_res(self) -> bool
fn is_loading_res(self) -> bool
IsLoadingRes() overload
MenuTick() overload
Sourcefn is_play_engage_decide(self) -> bool
fn is_play_engage_decide(self) -> bool
IsPlayEngageDecide() overload
Sourcefn god_respond_voice(self)
fn god_respond_voice(self)
GodRespondVoice() 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: ISortieSequenceRingSelect> ISortieSequenceRingSelectMethods for __T
Available on crate feature
app-sortiesequenceringselect only.