pub struct KeyFramePos {
pub time: f32,
pub position: [f32; 3],
}
Fields§
§time: f32
§position: [f32; 3]
Trait Implementations§
Source§impl Clone for KeyFramePos
impl Clone for KeyFramePos
Source§fn clone(&self) -> KeyFramePos
fn clone(&self) -> KeyFramePos
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 moreAuto Trait Implementations§
impl Freeze for KeyFramePos
impl RefUnwindSafe for KeyFramePos
impl Send for KeyFramePos
impl Sync for KeyFramePos
impl Unpin for KeyFramePos
impl UnwindSafe for KeyFramePos
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