pub struct BoneSample {
pub bone: BoneIndex,
pub position: Vec3A,
pub rotation: Quat,
}Fields§
§bone: BoneIndex§position: Vec3A§rotation: QuatTrait Implementations§
Source§impl Clone for BoneSample
impl Clone for BoneSample
Source§fn clone(&self) -> BoneSample
fn clone(&self) -> BoneSample
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 moreimpl Copy for BoneSample
Source§impl Debug for BoneSample
impl Debug for BoneSample
Source§impl PartialEq for BoneSample
impl PartialEq for BoneSample
Source§fn eq(&self, other: &BoneSample) -> bool
fn eq(&self, other: &BoneSample) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BoneSample
Auto Trait Implementations§
impl Freeze for BoneSample
impl RefUnwindSafe for BoneSample
impl Send for BoneSample
impl Sync for BoneSample
impl Unpin for BoneSample
impl UnsafeUnpin for BoneSample
impl UnwindSafe for BoneSample
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