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§
Sourcefn get_cleaning_loop_start_action(self) -> Action
fn get_cleaning_loop_start_action(self) -> Action
get_CleaningLoopStartAction() overload
Sourcefn set_cleaning_loop_start_action(self, value: impl Into<Action>)
fn set_cleaning_loop_start_action(self, value: impl Into<Action>)
set_CleaningLoopStartAction(crate::system::action::Action) overload
Sourcefn get_strong_cleaning_loop_start_action(self) -> Action
fn get_strong_cleaning_loop_start_action(self) -> Action
get_StrongCleaningLoopStartAction() overload
Sourcefn set_strong_cleaning_loop_start_action(self, value: impl Into<Action>)
fn set_strong_cleaning_loop_start_action(self, value: impl Into<Action>)
set_StrongCleaningLoopStartAction(crate::system::action::Action) overload
Sourcefn cleaning_start_event(self)
fn cleaning_start_event(self)
CleaningStartEvent() overload
Sourcefn cleaning_end_event(self)
fn cleaning_end_event(self)
CleaningEndEvent() overload
Sourcefn strong_cleaning_start_event(self)
fn strong_cleaning_start_event(self)
StrongCleaningStartEvent() overload
Sourcefn strong_cleaning_end_event(self)
fn strong_cleaning_end_event(self)
StrongCleaningEndEvent() 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: IRingCleaningClothAnimationEvent> IRingCleaningClothAnimationEventMethods for __T
Available on crate feature
app-ringcleaningclothanimationevent only.