Skip to main content

ISortieSequenceRingSelectMethods

Trait ISortieSequenceRingSelectMethods 

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

Source

fn get_ring_menu(self) -> RingSelectMenu

get_RingMenu() overload

Source

fn load_res(self)

LoadRes() overload

Source

fn is_loading_res(self) -> bool

IsLoadingRes() overload

Source

fn open(self)

Open() overload

Source

fn menu_tick(self)

MenuTick() overload

Source

fn close(self)

Close() overload

Source

fn decide(self)

Decide() overload

Source

fn is_play_engage_decide(self) -> bool

IsPlayEngageDecide() overload

Source

fn god_respond_voice(self)

GodRespondVoice() 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: ISortieSequenceRingSelect> ISortieSequenceRingSelectMethods for __T

Available on crate feature app-sortiesequenceringselect only.