#[repr(C)]pub struct b3UserConstraint {Show 14 fields
pub m_parentBodyIndex: c_int,
pub m_parentJointIndex: c_int,
pub m_childBodyIndex: c_int,
pub m_childJointIndex: c_int,
pub m_parentFrame: [f64; 7],
pub m_childFrame: [f64; 7],
pub m_jointAxis: [f64; 3],
pub m_jointType: c_int,
pub m_maxAppliedForce: f64,
pub m_userConstraintUniqueId: c_int,
pub m_gearRatio: f64,
pub m_gearAuxLink: c_int,
pub m_relativePositionTarget: f64,
pub m_erp: f64,
}Fields§
§m_parentBodyIndex: c_int§m_parentJointIndex: c_int§m_childBodyIndex: c_int§m_childJointIndex: c_int§m_parentFrame: [f64; 7]§m_childFrame: [f64; 7]§m_jointAxis: [f64; 3]§m_jointType: c_int§m_maxAppliedForce: f64§m_userConstraintUniqueId: c_int§m_gearRatio: f64§m_gearAuxLink: c_int§m_relativePositionTarget: f64§m_erp: f64Trait Implementations§
Source§impl Clone for b3UserConstraint
impl Clone for b3UserConstraint
Source§fn clone(&self) -> b3UserConstraint
fn clone(&self) -> b3UserConstraint
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 b3UserConstraint
impl Debug for b3UserConstraint
Source§impl Default for b3UserConstraint
impl Default for b3UserConstraint
impl Copy for b3UserConstraint
Auto Trait Implementations§
impl Freeze for b3UserConstraint
impl RefUnwindSafe for b3UserConstraint
impl Send for b3UserConstraint
impl Sync for b3UserConstraint
impl Unpin for b3UserConstraint
impl UnwindSafe for b3UserConstraint
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