Struct physx_sys::PxBroadPhaseRegion
source · #[repr(C)]pub struct PxBroadPhaseRegion {
pub bounds: PxBounds3,
pub userData: *mut c_void,
}Fields§
§bounds: PxBounds3§userData: *mut c_voidTrait Implementations§
source§impl Clone for PxBroadPhaseRegion
impl Clone for PxBroadPhaseRegion
source§fn clone(&self) -> PxBroadPhaseRegion
fn clone(&self) -> PxBroadPhaseRegion
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