Skip to main content

IRingCleaningSequence_RButtonHoldSequenceMethods

Trait IRingCleaningSequence_RButtonHoldSequenceMethods 

Source
pub trait IRingCleaningSequence_RButtonHoldSequenceMethods: IRingCleaningSequence_RButtonHoldSequence {
    // Provided methods
    fn ctor(
        self,
        cloth: impl Into<RingCleaningCloth>,
        callback: impl Into<Action>,
    ) { ... }
    fn start(self) { ... }
    fn tick(self) { ... }
    fn play_rub_effect(self) { ... }
    fn end(self) { ... }
}

Provided Methods§

Source

fn ctor(self, cloth: impl Into<RingCleaningCloth>, callback: impl Into<Action>)

.ctor(crate::app::ringcleaningcloth::RingCleaningCloth, crate::system::action::Action) overload

Source

fn start(self)

Start() overload

Source

fn tick(self)

Tick() overload

Source

fn play_rub_effect(self)

PlayRubEffect() overload

Source

fn end(self)

End() 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: IRingCleaningSequence_RButtonHoldSequence> IRingCleaningSequence_RButtonHoldSequenceMethods for __T

Available on crate feature app-ringcleaningsequence only.