#[repr(C)]pub struct b3JointSensorState2 {
pub m_joint_position: [f64; 4],
pub m_joint_velocity: [f64; 3],
pub m_joint_reaction_force_torque: [f64; 6],
pub m_joint_motor_torque_multi_dof: [f64; 3],
pub m_q_dof_size: c_int,
pub m_u_dof_size: c_int,
}Fields§
§m_joint_position: [f64; 4]§m_joint_velocity: [f64; 3]§m_joint_reaction_force_torque: [f64; 6]§m_joint_motor_torque_multi_dof: [f64; 3]§m_q_dof_size: c_int§m_u_dof_size: c_intTrait Implementations§
Source§impl Debug for b3JointSensorState2
impl Debug for b3JointSensorState2
Source§impl Default for b3JointSensorState2
impl Default for b3JointSensorState2
Source§fn default() -> b3JointSensorState2
fn default() -> b3JointSensorState2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for b3JointSensorState2
impl RefUnwindSafe for b3JointSensorState2
impl Send for b3JointSensorState2
impl Sync for b3JointSensorState2
impl Unpin for b3JointSensorState2
impl UnwindSafe for b3JointSensorState2
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