pub struct StateVectors {
pub position: Vec3,
pub velocity: Vec3,
}
Fields§
§position: Vec3
§velocity: Vec3
Implementations§
Auto Trait Implementations§
impl Freeze for StateVectors
impl RefUnwindSafe for StateVectors
impl Send for StateVectors
impl Sync for StateVectors
impl Unpin for StateVectors
impl UnwindSafe for StateVectors
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