pub struct PackedJointAnimationInfo {
pub name: String,
pub path: String,
pub joint_paths: Vec<String>,
pub joint_count: usize,
}Fields§
§name: String§path: String§joint_paths: Vec<String>§joint_count: usizeTrait Implementations§
Source§impl Clone for PackedJointAnimationInfo
impl Clone for PackedJointAnimationInfo
Source§fn clone(&self) -> PackedJointAnimationInfo
fn clone(&self) -> PackedJointAnimationInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PackedJointAnimationInfo
impl Debug for PackedJointAnimationInfo
Source§impl<'de> Deserialize<'de> for PackedJointAnimationInfo
impl<'de> Deserialize<'de> for PackedJointAnimationInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PackedJointAnimationInfo
impl RefUnwindSafe for PackedJointAnimationInfo
impl Send for PackedJointAnimationInfo
impl Sync for PackedJointAnimationInfo
impl Unpin for PackedJointAnimationInfo
impl UnsafeUnpin for PackedJointAnimationInfo
impl UnwindSafe for PackedJointAnimationInfo
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