Struct physx_sys::PxSolverBody
source · [−]#[repr(C)]pub struct PxSolverBody {
pub linearVelocity: PxVec3,
pub maxSolverNormalProgress: u16,
pub maxSolverFrictionProgress: u16,
pub angularState: PxVec3,
pub solverProgress: u32,
}Fields
linearVelocity: PxVec3maxSolverNormalProgress: u16maxSolverFrictionProgress: u16angularState: PxVec3solverProgress: u32Trait Implementations
sourceimpl Clone for PxSolverBody
impl Clone for PxSolverBody
sourcefn clone(&self) -> PxSolverBody
fn clone(&self) -> PxSolverBody
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 PxSolverBody
Auto Trait Implementations
impl RefUnwindSafe for PxSolverBody
impl Send for PxSolverBody
impl Sync for PxSolverBody
impl Unpin for PxSolverBody
impl UnwindSafe for PxSolverBody
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