Struct raui_core::animator::AnimationMessage [−][src]
pub struct AnimationMessage(pub String);
Expand description
A MessageData implementation sent by running an
Animation::Message animation
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AnimationMessageimpl Send for AnimationMessageimpl Sync for AnimationMessageimpl Unpin for AnimationMessageimpl UnwindSafe for AnimationMessageBlanket Implementations
Mutably borrows from an owned value. Read more