pub struct CommandLoop {
pub group: CommandTimelineGroup,
pub loop_start_time: f64,
pub total_iterations: u32,
}Expand description
Command loop of a Sprite.
Fields§
§group: CommandTimelineGroup§loop_start_time: f64§total_iterations: u32Implementations§
Source§impl CommandLoop
impl CommandLoop
Trait Implementations§
Source§impl Clone for CommandLoop
impl Clone for CommandLoop
Source§fn clone(&self) -> CommandLoop
fn clone(&self) -> CommandLoop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CommandLoop
impl Debug for CommandLoop
Source§impl PartialEq for CommandLoop
impl PartialEq for CommandLoop
Source§fn eq(&self, other: &CommandLoop) -> bool
fn eq(&self, other: &CommandLoop) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommandLoop
Auto Trait Implementations§
impl Freeze for CommandLoop
impl RefUnwindSafe for CommandLoop
impl Send for CommandLoop
impl Sync for CommandLoop
impl Unpin for CommandLoop
impl UnsafeUnpin for CommandLoop
impl UnwindSafe for CommandLoop
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