pub struct RwIfpAnimation {
pub name: String,
pub bones: Vec<RwIfpBone>,
}
Fields§
§name: String
§bones: Vec<RwIfpBone>
Trait Implementations§
Source§impl Clone for RwIfpAnimation
impl Clone for RwIfpAnimation
Source§fn clone(&self) -> RwIfpAnimation
fn clone(&self) -> RwIfpAnimation
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 RwIfpAnimation
impl Debug for RwIfpAnimation
Source§impl PartialEq for RwIfpAnimation
impl PartialEq for RwIfpAnimation
Source§impl Serialize for RwIfpAnimation
impl Serialize for RwIfpAnimation
impl StructuralPartialEq for RwIfpAnimation
Auto Trait Implementations§
impl Freeze for RwIfpAnimation
impl RefUnwindSafe for RwIfpAnimation
impl Send for RwIfpAnimation
impl Sync for RwIfpAnimation
impl Unpin for RwIfpAnimation
impl UnwindSafe for RwIfpAnimation
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