Struct physx_sys::PxBroadPhaseCaps
source · #[repr(C)]pub struct PxBroadPhaseCaps {
pub mMaxNbRegions: u32,
}Fields§
§mMaxNbRegions: u32Trait Implementations§
source§impl Clone for PxBroadPhaseCaps
impl Clone for PxBroadPhaseCaps
source§fn clone(&self) -> PxBroadPhaseCaps
fn clone(&self) -> PxBroadPhaseCaps
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