pub trait IRingGachaSequence_SkipListenerProcMethods: IRingGachaSequence_SkipListenerProc {
// Provided methods
fn get_m_pause(self) -> bool { ... }
fn set_m_pause(self, value: impl Into<bool>) { ... }
fn get_m_pause_one(self) -> bool { ... }
fn set_m_pause_one(self, value: impl Into<bool>) { ... }
fn ctor(
self,
skip_callback: impl Into<RingGachaSequence_SkipListenerProc_SkipCallback>,
) { ... }
fn on_tick(self) { ... }
}Provided Methods§
Sourcefn get_m_pause(self) -> bool
fn get_m_pause(self) -> bool
get_m_Pause() overload
Sourcefn set_m_pause(self, value: impl Into<bool>)
fn set_m_pause(self, value: impl Into<bool>)
set_m_Pause(bool) overload
Sourcefn get_m_pause_one(self) -> bool
fn get_m_pause_one(self) -> bool
get_m_PauseOne() overload
Sourcefn set_m_pause_one(self, value: impl Into<bool>)
fn set_m_pause_one(self, value: impl Into<bool>)
set_m_PauseOne(bool) overload
Sourcefn ctor(
self,
skip_callback: impl Into<RingGachaSequence_SkipListenerProc_SkipCallback>,
)
fn ctor( self, skip_callback: impl Into<RingGachaSequence_SkipListenerProc_SkipCallback>, )
.ctor(crate::app::ringgachasequence::RingGachaSequence_SkipListenerProc_SkipCallback) 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: IRingGachaSequence_SkipListenerProc> IRingGachaSequence_SkipListenerProcMethods for __T
Available on crate feature
app-ringgachasequence only.