Struct physx_sys::PxTGSSolverBodyData
source · [−]#[repr(C)]pub struct PxTGSSolverBodyData {
pub originalLinearVelocity: PxVec3,
pub maxContactImpulse: f32,
pub originalAngularVelocity: PxVec3,
pub penBiasClamp: f32,
pub invMass: f32,
pub nodeIndex: u32,
pub reportThreshold: f32,
pub pad: u32,
}Fields
originalLinearVelocity: PxVec3maxContactImpulse: f32originalAngularVelocity: PxVec3penBiasClamp: f32invMass: f32nodeIndex: u32reportThreshold: f32pad: u32Trait Implementations
sourceimpl Clone for PxTGSSolverBodyData
impl Clone for PxTGSSolverBodyData
sourcefn clone(&self) -> PxTGSSolverBodyData
fn clone(&self) -> PxTGSSolverBodyData
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 PxTGSSolverBodyData
Auto Trait Implementations
impl RefUnwindSafe for PxTGSSolverBodyData
impl Send for PxTGSSolverBodyData
impl Sync for PxTGSSolverBodyData
impl Unpin for PxTGSSolverBodyData
impl UnwindSafe for PxTGSSolverBodyData
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