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