pub struct BlendShapeSet { /* private fields */ }Expand description
A set of blend shapes for a single mesh.
Implementations§
Trait Implementations§
Source§impl Clone for BlendShapeSet
impl Clone for BlendShapeSet
Source§fn clone(&self) -> BlendShapeSet
fn clone(&self) -> BlendShapeSet
Returns a duplicate 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 BlendShapeSet
impl Debug for BlendShapeSet
Source§impl Default for BlendShapeSet
impl Default for BlendShapeSet
Source§fn default() -> BlendShapeSet
fn default() -> BlendShapeSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlendShapeSet
impl RefUnwindSafe for BlendShapeSet
impl Send for BlendShapeSet
impl Sync for BlendShapeSet
impl Unpin for BlendShapeSet
impl UnsafeUnpin for BlendShapeSet
impl UnwindSafe for BlendShapeSet
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