#[repr(C)]pub struct b3JointSensorState {
pub m_joint_position: f64,
pub m_joint_velocity: f64,
pub m_joint_force_torque: [f64; 6],
pub m_joint_motor_torque: f64,
}Fields§
§m_joint_position: f64§m_joint_velocity: f64§m_joint_force_torque: [f64; 6]§m_joint_motor_torque: f64Trait Implementations§
Source§impl Clone for b3JointSensorState
impl Clone for b3JointSensorState
Source§fn clone(&self) -> b3JointSensorState
fn clone(&self) -> b3JointSensorState
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 b3JointSensorState
impl Debug for b3JointSensorState
Source§impl Default for b3JointSensorState
impl Default for b3JointSensorState
Source§fn default() -> b3JointSensorState
fn default() -> b3JointSensorState
Returns the “default value” for a type. Read more
impl Copy for b3JointSensorState
Auto Trait Implementations§
impl Freeze for b3JointSensorState
impl RefUnwindSafe for b3JointSensorState
impl Send for b3JointSensorState
impl Sync for b3JointSensorState
impl Unpin for b3JointSensorState
impl UnwindSafe for b3JointSensorState
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