pub enum PropertyEnum {
Translation,
Rotation,
Scale,
Weights,
}Expand description
glTF known animation properties.
Variants§
Trait Implementations§
Source§impl Clone for PropertyEnum
impl Clone for PropertyEnum
Source§fn clone(&self) -> PropertyEnum
fn clone(&self) -> PropertyEnum
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 PropertyEnum
impl Debug for PropertyEnum
Source§impl PartialEq for PropertyEnum
impl PartialEq for PropertyEnum
Source§fn eq(&self, other: &PropertyEnum) -> bool
fn eq(&self, other: &PropertyEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PropertyEnum
impl Eq for PropertyEnum
impl StructuralPartialEq for PropertyEnum
Auto Trait Implementations§
impl Freeze for PropertyEnum
impl RefUnwindSafe for PropertyEnum
impl Send for PropertyEnum
impl Sync for PropertyEnum
impl Unpin for PropertyEnum
impl UnsafeUnpin for PropertyEnum
impl UnwindSafe for PropertyEnum
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