Struct oxygengine_user_interface::raui::core::animator::AnimationMessage
source · [−]pub struct AnimationMessage(pub String);
Expand description
A MessageData
implementation sent by running an
Animation::Message
animation
Tuple Fields
0: String
Trait Implementations
sourceimpl Clone for AnimationMessage
impl Clone for AnimationMessage
sourcefn clone(&self) -> AnimationMessage
fn clone(&self) -> AnimationMessage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AnimationMessage
impl Debug for AnimationMessage
sourceimpl Default for AnimationMessage
impl Default for AnimationMessage
sourcefn default() -> AnimationMessage
fn default() -> AnimationMessage
Returns the “default value” for a type. Read more
sourceimpl MessageData for AnimationMessagewhere
AnimationMessage: Clone,
impl MessageData for AnimationMessagewhere
AnimationMessage: Clone,
fn clone_message(&self) -> Box<dyn MessageData + 'static, Global>
fn as_any(&self) -> &(dyn Any + 'static)
Auto Trait Implementations
impl RefUnwindSafe for AnimationMessage
impl Send for AnimationMessage
impl Sync for AnimationMessage
impl Unpin for AnimationMessage
impl UnwindSafe for AnimationMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more