Struct ark_api::world::MorphTargetData
source · [−]pub struct MorphTargetData { /* private fields */ }
Expand description
Represents morph target weights attached to the MeshStyle
.
Implementations
Trait Implementations
sourceimpl ValueConverterTrait<MorphTargetData> for ValueConverter
impl ValueConverterTrait<MorphTargetData> for ValueConverter
sourcefn into_value(v: MorphTargetData) -> Value
fn into_value(v: MorphTargetData) -> Value
Wraps the passed-in value in a Value
enum.
sourcefn from_value(v: &Value) -> MorphTargetData
fn from_value(v: &Value) -> MorphTargetData
Extracts the value from a Value
enum.
Auto Trait Implementations
impl RefUnwindSafe for MorphTargetData
impl Send for MorphTargetData
impl Sync for MorphTargetData
impl Unpin for MorphTargetData
impl UnwindSafe for MorphTargetData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more