Enum amethyst_animation::DeferStartRelation [−][src]
pub enum DeferStartRelation {
Start(f32),
End,
}Defer the start of an animation until the relationship has done this
Variants
Start(f32)Start animation time duration after relationship started
EndStart animation when relationship ends
Trait Implementations
impl Debug for DeferStartRelation[src]
impl Debug for DeferStartRelationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DeferStartRelation[src]
impl Clone for DeferStartRelationfn clone(&self) -> DeferStartRelation[src]
fn clone(&self) -> DeferStartRelationReturns 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 PartialEq for DeferStartRelation[src]
impl PartialEq for DeferStartRelationfn eq(&self, other: &DeferStartRelation) -> bool[src]
fn eq(&self, other: &DeferStartRelation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DeferStartRelation) -> bool[src]
fn ne(&self, other: &DeferStartRelation) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DeferStartRelation
impl Send for DeferStartRelationimpl Sync for DeferStartRelation
impl Sync for DeferStartRelation