Struct physx_sys::PxSpatialVelocity
source · [−]#[repr(C)]pub struct PxSpatialVelocity {
pub linear: PxVec3,
pub pad0: f32,
pub angular: PxVec3,
pub pad1: f32,
}Fields
linear: PxVec3pad0: f32angular: PxVec3pad1: f32Trait Implementations
sourceimpl Clone for PxSpatialVelocity
impl Clone for PxSpatialVelocity
sourcefn clone(&self) -> PxSpatialVelocity
fn clone(&self) -> PxSpatialVelocity
Returns a copy of the value. Read more
1.0.0 · sourcefn 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 RefUnwindSafe for PxSpatialVelocity
impl Send for PxSpatialVelocity
impl Sync for PxSpatialVelocity
impl Unpin for PxSpatialVelocity
impl UnwindSafe for PxSpatialVelocity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more