#[repr(C)]pub enum AiMorphingMethod {
VertexBlend = 1,
MorphNormalized = 2,
MorphRelative = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for AiMorphingMethod
impl Clone for AiMorphingMethod
Source§fn clone(&self) -> AiMorphingMethod
fn clone(&self) -> AiMorphingMethod
Returns a copy of the value. Read more
1.0.0 · 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 AiMorphingMethod
impl Debug for AiMorphingMethod
Source§impl PartialEq for AiMorphingMethod
impl PartialEq for AiMorphingMethod
impl Copy for AiMorphingMethod
impl Eq for AiMorphingMethod
impl StructuralPartialEq for AiMorphingMethod
Auto Trait Implementations§
impl Freeze for AiMorphingMethod
impl RefUnwindSafe for AiMorphingMethod
impl Send for AiMorphingMethod
impl Sync for AiMorphingMethod
impl Unpin for AiMorphingMethod
impl UnwindSafe for AiMorphingMethod
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