pub struct MovableBoneTrack { /* private fields */ }Implementations§
Source§impl MovableBoneTrack
impl MovableBoneTrack
pub fn from_keyframes(keyframes: Vec<MovableBoneKeyframe>) -> Self
pub fn sample(&self, frame: f32) -> Option<(Vec3A, Quat)>
Trait Implementations§
Source§impl Clone for MovableBoneTrack
impl Clone for MovableBoneTrack
Source§fn clone(&self) -> MovableBoneTrack
fn clone(&self) -> MovableBoneTrack
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 moreAuto Trait Implementations§
impl Freeze for MovableBoneTrack
impl RefUnwindSafe for MovableBoneTrack
impl Send for MovableBoneTrack
impl Sync for MovableBoneTrack
impl Unpin for MovableBoneTrack
impl UnsafeUnpin for MovableBoneTrack
impl UnwindSafe for MovableBoneTrack
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