Struct physx_sys::PxPrismaticJointFlags
source · #[repr(C)]pub struct PxPrismaticJointFlags {
pub mBits: u16,
}Fields§
§mBits: u16Trait Implementations§
source§impl Clone for PxPrismaticJointFlags
impl Clone for PxPrismaticJointFlags
source§fn clone(&self) -> PxPrismaticJointFlags
fn clone(&self) -> PxPrismaticJointFlags
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