#[repr(C)]pub struct PxD6JointDrive {
pub stiffness: f32,
pub damping: f32,
pub forceLimit: f32,
pub flags: PxD6JointDriveFlags,
}Fields§
§stiffness: f32§damping: f32§forceLimit: f32§flags: PxD6JointDriveFlagsTrait Implementations§
Source§impl Clone for PxD6JointDrive
impl Clone for PxD6JointDrive
Source§fn clone(&self) -> PxD6JointDrive
fn clone(&self) -> PxD6JointDrive
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 moreimpl Copy for PxD6JointDrive
Auto Trait Implementations§
impl Freeze for PxD6JointDrive
impl RefUnwindSafe for PxD6JointDrive
impl Send for PxD6JointDrive
impl Sync for PxD6JointDrive
impl Unpin for PxD6JointDrive
impl UnwindSafe for PxD6JointDrive
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