#[repr(i32)]pub enum PxJointConcreteType {
Spherical = 256,
Revolute = 257,
Prismatic = 258,
Fixed = 259,
Distance = 260,
D6 = 261,
Contact = 262,
Gear = 263,
RackAndPinion = 264,
Last = 265,
}Expand description
an enumeration of PhysX’ built-in joint types
Variants§
Spherical = 256
Revolute = 257
Prismatic = 258
Fixed = 259
Distance = 260
D6 = 261
Contact = 262
Gear = 263
RackAndPinion = 264
Last = 265
Trait Implementations§
Source§impl Clone for PxJointConcreteType
impl Clone for PxJointConcreteType
Source§fn clone(&self) -> PxJointConcreteType
fn clone(&self) -> PxJointConcreteType
Returns a duplicate 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 moreSource§impl Debug for PxJointConcreteType
impl Debug for PxJointConcreteType
Source§impl PartialEq for PxJointConcreteType
impl PartialEq for PxJointConcreteType
impl Copy for PxJointConcreteType
impl Eq for PxJointConcreteType
impl StructuralPartialEq for PxJointConcreteType
Auto Trait Implementations§
impl Freeze for PxJointConcreteType
impl RefUnwindSafe for PxJointConcreteType
impl Send for PxJointConcreteType
impl Sync for PxJointConcreteType
impl Unpin for PxJointConcreteType
impl UnwindSafe for PxJointConcreteType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more