Struct physx_sys::PxTriangleMeshDesc
source · #[repr(C)]pub struct PxTriangleMeshDesc {
pub points: PxBoundedData,
pub triangles: PxBoundedData,
pub flags: PxMeshFlags,
pub structgen_pad0: [u8; 22],
pub sdfDesc: *mut PxSDFDesc,
}Fields§
§points: PxBoundedData§triangles: PxBoundedData§flags: PxMeshFlags§structgen_pad0: [u8; 22]§sdfDesc: *mut PxSDFDescTrait Implementations§
source§impl Clone for PxTriangleMeshDesc
impl Clone for PxTriangleMeshDesc
source§fn clone(&self) -> PxTriangleMeshDesc
fn clone(&self) -> PxTriangleMeshDesc
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