Enum amethyst_animation::TransformChannel [−][src]
pub enum TransformChannel {
Translation,
Rotation,
Scale,
}Channels that can be animated on Transform
Variants
TranslationRotationScale
Trait Implementations
impl Debug for TransformChannel[src]
impl Debug for TransformChannelfn 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 TransformChannel[src]
impl Clone for TransformChannelfn clone(&self) -> TransformChannel[src]
fn clone(&self) -> TransformChannelReturns 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 Copy for TransformChannel[src]
impl Copy for TransformChannelimpl Hash for TransformChannel[src]
impl Hash for TransformChannelfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Eq for TransformChannel[src]
impl Eq for TransformChannelimpl PartialEq for TransformChannel[src]
impl PartialEq for TransformChannelAuto Trait Implementations
impl Send for TransformChannel
impl Send for TransformChannelimpl Sync for TransformChannel
impl Sync for TransformChannel