pub struct BasicCommand {
pub sequence: BasicEventCommandSequence,
pub easing: EventEasing,
pub start_time: Time<i32>,
pub end_time: Option<Time<i32>>,
}
Fields§
§sequence: BasicEventCommandSequence
§easing: EventEasing
§start_time: Time<i32>
§end_time: Option<Time<i32>>
Defaults to start_time
Trait Implementations§
Source§impl Clone for BasicCommand
impl Clone for BasicCommand
Source§fn clone(&self) -> BasicCommand
fn clone(&self) -> BasicCommand
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 moreSource§impl Debug for BasicCommand
impl Debug for BasicCommand
Source§impl PartialEq for BasicCommand
impl PartialEq for BasicCommand
impl StructuralPartialEq for BasicCommand
Auto Trait Implementations§
impl Freeze for BasicCommand
impl RefUnwindSafe for BasicCommand
impl Send for BasicCommand
impl Sync for BasicCommand
impl Unpin for BasicCommand
impl UnwindSafe for BasicCommand
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