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