pub trait IRingSynthesisSequence_SkipListenerProcMethods: IRingSynthesisSequence_SkipListenerProc {
// Provided methods
fn get_m_pause(self) -> bool { ... }
fn set_m_pause(self, value: impl Into<bool>) { ... }
fn on_tick(self) { ... }
fn ctor(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
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: IRingSynthesisSequence_SkipListenerProc> IRingSynthesisSequence_SkipListenerProcMethods for __T
Available on crate feature
app-ringsynthesissequence only.