Skip to main content

IRingCleaningClothAnimationEventMethods

Trait IRingCleaningClothAnimationEventMethods 

Source
pub trait IRingCleaningClothAnimationEventMethods: IRingCleaningClothAnimationEvent {
    // Provided methods
    fn get_cleaning_loop_start_action(self) -> Action { ... }
    fn set_cleaning_loop_start_action(self, value: impl Into<Action>) { ... }
    fn get_strong_cleaning_loop_start_action(self) -> Action { ... }
    fn set_strong_cleaning_loop_start_action(self, value: impl Into<Action>) { ... }
    fn start(self) { ... }
    fn cleaning_start_event(self) { ... }
    fn cleaning_end_event(self) { ... }
    fn strong_cleaning_start_event(self) { ... }
    fn strong_cleaning_end_event(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_cleaning_loop_start_action(self) -> Action

get_CleaningLoopStartAction() overload

Source

fn set_cleaning_loop_start_action(self, value: impl Into<Action>)

set_CleaningLoopStartAction(crate::system::action::Action) overload

Source

fn get_strong_cleaning_loop_start_action(self) -> Action

get_StrongCleaningLoopStartAction() overload

Source

fn set_strong_cleaning_loop_start_action(self, value: impl Into<Action>)

set_StrongCleaningLoopStartAction(crate::system::action::Action) overload

Source

fn start(self)

Start() overload

Source

fn cleaning_start_event(self)

CleaningStartEvent() overload

Source

fn cleaning_end_event(self)

CleaningEndEvent() overload

Source

fn strong_cleaning_start_event(self)

StrongCleaningStartEvent() overload

Source

fn strong_cleaning_end_event(self)

StrongCleaningEndEvent() 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: IRingCleaningClothAnimationEvent> IRingCleaningClothAnimationEventMethods for __T

Available on crate feature app-ringcleaningclothanimationevent only.