#[repr(C)]pub struct PxSpatialVelocity {
pub linear: PxVec3,
pub pad0: f32,
pub angular: PxVec3,
pub pad1: f32,
}Fields§
§linear: PxVec3§pad0: f32§angular: PxVec3§pad1: f32Trait Implementations§
Source§impl Clone for PxSpatialVelocity
impl Clone for PxSpatialVelocity
Source§fn clone(&self) -> PxSpatialVelocity
fn clone(&self) -> PxSpatialVelocity
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 moreimpl Copy for PxSpatialVelocity
Auto Trait Implementations§
impl Freeze for PxSpatialVelocity
impl RefUnwindSafe for PxSpatialVelocity
impl Send for PxSpatialVelocity
impl Sync for PxSpatialVelocity
impl Unpin for PxSpatialVelocity
impl UnwindSafe for PxSpatialVelocity
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