pub enum SourceChannelPropertyV1 {
Translation,
Rotation,
Scale,
Weights,
Other,
}Expand description
Format-neutral animation property present at the source boundary.
Variants§
Translation
Local translation.
Rotation
Local rotation.
Scale
Local scale.
Weights
Morph-target weights.
Other
Another bounded source property.
Trait Implementations§
Source§impl Clone for SourceChannelPropertyV1
impl Clone for SourceChannelPropertyV1
Source§fn clone(&self) -> SourceChannelPropertyV1
fn clone(&self) -> SourceChannelPropertyV1
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 moreimpl Copy for SourceChannelPropertyV1
Source§impl Debug for SourceChannelPropertyV1
impl Debug for SourceChannelPropertyV1
impl Eq for SourceChannelPropertyV1
Source§impl Ord for SourceChannelPropertyV1
impl Ord for SourceChannelPropertyV1
Source§fn cmp(&self, other: &SourceChannelPropertyV1) -> Ordering
fn cmp(&self, other: &SourceChannelPropertyV1) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SourceChannelPropertyV1
impl PartialEq for SourceChannelPropertyV1
Source§impl PartialOrd for SourceChannelPropertyV1
impl PartialOrd for SourceChannelPropertyV1
impl StructuralPartialEq for SourceChannelPropertyV1
Auto Trait Implementations§
impl Freeze for SourceChannelPropertyV1
impl RefUnwindSafe for SourceChannelPropertyV1
impl Send for SourceChannelPropertyV1
impl Sync for SourceChannelPropertyV1
impl Unpin for SourceChannelPropertyV1
impl UnsafeUnpin for SourceChannelPropertyV1
impl UnwindSafe for SourceChannelPropertyV1
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