#[repr(C)]pub struct PxTGSSolverBodyTxInertia {
pub deltaBody2World: PxTransform,
pub sqrtInvInertia: PxMat33,
}Fields§
§deltaBody2World: PxTransform§sqrtInvInertia: PxMat33Trait Implementations§
Source§impl Clone for PxTGSSolverBodyTxInertia
impl Clone for PxTGSSolverBodyTxInertia
Source§fn clone(&self) -> PxTGSSolverBodyTxInertia
fn clone(&self) -> PxTGSSolverBodyTxInertia
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 PxTGSSolverBodyTxInertia
Auto Trait Implementations§
impl Freeze for PxTGSSolverBodyTxInertia
impl RefUnwindSafe for PxTGSSolverBodyTxInertia
impl Send for PxTGSSolverBodyTxInertia
impl Sync for PxTGSSolverBodyTxInertia
impl Unpin for PxTGSSolverBodyTxInertia
impl UnwindSafe for PxTGSSolverBodyTxInertia
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