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