pub struct PositionClass;Expand description
A point in time and/or the speed at which time is passing.
A position is both a point and a speed, which precisely defines a time within a timeline.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PositionClass
impl RefUnwindSafe for PositionClass
impl Send for PositionClass
impl Sync for PositionClass
impl Unpin for PositionClass
impl UnwindSafe for PositionClass
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