Struct physx_sys::PxControllerStats
source · #[repr(C)]pub struct PxControllerStats {
pub nbIterations: u16,
pub nbFullUpdates: u16,
pub nbPartialUpdates: u16,
pub nbTessellation: u16,
}Fields§
§nbIterations: u16§nbFullUpdates: u16§nbPartialUpdates: u16§nbTessellation: u16Trait Implementations§
source§impl Clone for PxControllerStats
impl Clone for PxControllerStats
source§fn clone(&self) -> PxControllerStats
fn clone(&self) -> PxControllerStats
Returns a copy 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 more