Struct ark_api::world::MorphTargetData
source · pub struct MorphTargetData { /* private fields */ }Expand description
Represents morph target weights attached to the MeshStyle.
Implementations§
Trait Implementations§
source§impl ValueConverterTrait<MorphTargetData> for ValueConverter
impl ValueConverterTrait<MorphTargetData> for ValueConverter
source§fn into_value(v: MorphTargetData) -> Value
fn into_value(v: MorphTargetData) -> Value
Wraps the passed-in value in a
Value enum.source§fn 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§
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