Struct physx_sys::PxBoxGeometry
source · #[repr(C)]pub struct PxBoxGeometry {
pub structgen_pad0: [u8; 4],
pub mTypePadding: f32,
pub halfExtents: PxVec3,
}Fields§
§structgen_pad0: [u8; 4]§mTypePadding: f32§halfExtents: PxVec3Trait Implementations§
source§impl Clone for PxBoxGeometry
impl Clone for PxBoxGeometry
source§fn clone(&self) -> PxBoxGeometry
fn clone(&self) -> PxBoxGeometry
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