#[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 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 PxControllerStats
Auto Trait Implementations§
impl Freeze for PxControllerStats
impl RefUnwindSafe for PxControllerStats
impl Send for PxControllerStats
impl Sync for PxControllerStats
impl Unpin for PxControllerStats
impl UnwindSafe for PxControllerStats
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