Struct micro_games_kit::animation::NamedAnimation
source · pub struct NamedAnimation {
pub animation: FrameAnimation,
pub id: String,
}Fields§
§animation: FrameAnimation§id: StringTrait Implementations§
source§impl Clone for NamedAnimation
impl Clone for NamedAnimation
source§fn clone(&self) -> NamedAnimation
fn clone(&self) -> NamedAnimation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for NamedAnimation
impl Send for NamedAnimation
impl Sync for NamedAnimation
impl Unpin for NamedAnimation
impl UnwindSafe for NamedAnimation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more