Skip to main content

IRingSynthesisSequence_SkipListenerProcMethods

Trait IRingSynthesisSequence_SkipListenerProcMethods 

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

Source

fn get_m_pause(self) -> bool

get_m_Pause() overload

Source

fn set_m_pause(self, value: impl Into<bool>)

set_m_Pause(bool) overload

Source

fn on_tick(self)

OnTick() 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: IRingSynthesisSequence_SkipListenerProc> IRingSynthesisSequence_SkipListenerProcMethods for __T

Available on crate feature app-ringsynthesissequence only.