#[repr(C)]pub struct b3DynamicsInfo {Show 18 fields
pub m_mass: f64,
pub m_localInertialDiagonal: [f64; 3],
pub m_localInertialFrame: [f64; 7],
pub m_lateralFrictionCoeff: f64,
pub m_rollingFrictionCoeff: f64,
pub m_spinningFrictionCoeff: f64,
pub m_restitution: f64,
pub m_contactStiffness: f64,
pub m_contactDamping: f64,
pub m_activationState: c_int,
pub m_bodyType: c_int,
pub m_angularDamping: f64,
pub m_linearDamping: f64,
pub m_ccdSweptSphereRadius: f64,
pub m_contactProcessingThreshold: f64,
pub m_frictionAnchor: c_int,
pub m_collisionMargin: f64,
pub m_dynamicType: c_int,
}Fields§
§m_mass: f64§m_localInertialDiagonal: [f64; 3]§m_localInertialFrame: [f64; 7]§m_lateralFrictionCoeff: f64§m_rollingFrictionCoeff: f64§m_spinningFrictionCoeff: f64§m_restitution: f64§m_contactStiffness: f64§m_contactDamping: f64§m_activationState: c_int§m_bodyType: c_int§m_angularDamping: f64§m_linearDamping: f64§m_ccdSweptSphereRadius: f64§m_contactProcessingThreshold: f64§m_frictionAnchor: c_int§m_collisionMargin: f64§m_dynamicType: c_intTrait Implementations§
Source§impl Clone for b3DynamicsInfo
impl Clone for b3DynamicsInfo
Source§fn clone(&self) -> b3DynamicsInfo
fn clone(&self) -> b3DynamicsInfo
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 b3DynamicsInfo
impl Debug for b3DynamicsInfo
impl Copy for b3DynamicsInfo
Auto Trait Implementations§
impl Freeze for b3DynamicsInfo
impl RefUnwindSafe for b3DynamicsInfo
impl Send for b3DynamicsInfo
impl Sync for b3DynamicsInfo
impl Unpin for b3DynamicsInfo
impl UnwindSafe for b3DynamicsInfo
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