#[repr(C)]pub struct b3UserConstraintState {
pub m_appliedConstraintForces: [f64; 6],
pub m_numDofs: c_int,
}Fields§
§m_appliedConstraintForces: [f64; 6]§m_numDofs: c_intTrait Implementations§
Source§impl Clone for b3UserConstraintState
impl Clone for b3UserConstraintState
Source§fn clone(&self) -> b3UserConstraintState
fn clone(&self) -> b3UserConstraintState
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 b3UserConstraintState
impl Debug for b3UserConstraintState
Source§impl Default for b3UserConstraintState
impl Default for b3UserConstraintState
impl Copy for b3UserConstraintState
Auto Trait Implementations§
impl Freeze for b3UserConstraintState
impl RefUnwindSafe for b3UserConstraintState
impl Send for b3UserConstraintState
impl Sync for b3UserConstraintState
impl Unpin for b3UserConstraintState
impl UnwindSafe for b3UserConstraintState
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