Struct physx_sys::PxActorShape
source · #[repr(C)]pub struct PxActorShape {
pub actor: *mut PxRigidActor,
pub shape: *mut PxShape,
}Fields§
§actor: *mut PxRigidActor§shape: *mut PxShapeTrait Implementations§
source§impl Clone for PxActorShape
impl Clone for PxActorShape
source§fn clone(&self) -> PxActorShape
fn clone(&self) -> PxActorShape
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