pub struct FlipMorph {
pub morph_index: MorphIndex,
pub morph_factor: f32,
}Fields§
§morph_index: MorphIndex§morph_factor: f32Implementations§
Trait Implementations§
impl StructuralPartialEq for FlipMorph
Auto Trait Implementations§
impl Freeze for FlipMorph
impl RefUnwindSafe for FlipMorph
impl Send for FlipMorph
impl Sync for FlipMorph
impl Unpin for FlipMorph
impl UnsafeUnpin for FlipMorph
impl UnwindSafe for FlipMorph
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