#[non_exhaustive]pub enum ScaleBoneRestField {
Translation,
Rotation,
Scale,
}Expand description
One normalized bone-rest field.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Clone for ScaleBoneRestField
impl Clone for ScaleBoneRestField
Source§fn clone(&self) -> ScaleBoneRestField
fn clone(&self) -> ScaleBoneRestField
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 ScaleBoneRestField
Source§impl Debug for ScaleBoneRestField
impl Debug for ScaleBoneRestField
impl Eq for ScaleBoneRestField
Source§impl PartialEq for ScaleBoneRestField
impl PartialEq for ScaleBoneRestField
impl StructuralPartialEq for ScaleBoneRestField
Auto Trait Implementations§
impl Freeze for ScaleBoneRestField
impl RefUnwindSafe for ScaleBoneRestField
impl Send for ScaleBoneRestField
impl Sync for ScaleBoneRestField
impl Unpin for ScaleBoneRestField
impl UnsafeUnpin for ScaleBoneRestField
impl UnwindSafe for ScaleBoneRestField
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