Struct physx_sys::PxSphereGeometry
source · #[repr(C)]pub struct PxSphereGeometry {
pub mType: i32,
pub radius: f32,
}Fields§
§mType: i32§radius: f32Trait Implementations§
source§impl Clone for PxSphereGeometry
impl Clone for PxSphereGeometry
source§fn clone(&self) -> PxSphereGeometry
fn clone(&self) -> PxSphereGeometry
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