Struct physx_sys::PxArticulationJointBase
source · #[repr(C)]pub struct PxArticulationJointBase {
pub structgen_pad0: [u8; 8],
pub mConcreteType: u16,
pub mBaseFlags: PxBaseFlags,
pub structgen_pad1: [u8; 4],
}Fields§
§structgen_pad0: [u8; 8]§mConcreteType: u16§mBaseFlags: PxBaseFlags§structgen_pad1: [u8; 4]Trait Implementations§
source§impl Clone for PxArticulationJointBase
impl Clone for PxArticulationJointBase
source§fn clone(&self) -> PxArticulationJointBase
fn clone(&self) -> PxArticulationJointBase
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