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
impl Clone for AnimationMessage[src]
impl Clone for AnimationMessage[src]fn clone(&self) -> AnimationMessage[src]
fn clone(&self) -> AnimationMessage[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for AnimationMessage[src]
impl Debug for AnimationMessage[src]impl Default for AnimationMessage[src]
impl Default for AnimationMessage[src]fn default() -> AnimationMessage[src]
fn default() -> AnimationMessage[src]Returns the “default value” for a type. Read more
impl MessageData for AnimationMessage where
Self: Clone, [src]
impl MessageData for AnimationMessage where
Self: Clone, [src]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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more