#[repr(i32)]pub enum PxD6JointDriveFlag {
Acceleration = 1,
}Expand description
flags for configuring the drive model of a PxD6Joint
Variants§
Acceleration = 1
drive spring is for the acceleration at the joint (rather than the force)
Trait Implementations§
Source§impl Clone for PxD6JointDriveFlag
impl Clone for PxD6JointDriveFlag
Source§fn clone(&self) -> PxD6JointDriveFlag
fn clone(&self) -> PxD6JointDriveFlag
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 PxD6JointDriveFlag
impl Debug for PxD6JointDriveFlag
Source§impl PartialEq for PxD6JointDriveFlag
impl PartialEq for PxD6JointDriveFlag
impl Copy for PxD6JointDriveFlag
impl Eq for PxD6JointDriveFlag
impl StructuralPartialEq for PxD6JointDriveFlag
Auto Trait Implementations§
impl Freeze for PxD6JointDriveFlag
impl RefUnwindSafe for PxD6JointDriveFlag
impl Send for PxD6JointDriveFlag
impl Sync for PxD6JointDriveFlag
impl Unpin for PxD6JointDriveFlag
impl UnwindSafe for PxD6JointDriveFlag
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