#[repr(C)]pub struct JointDrive {
pub m_position_spring: f32,
pub m_position_damper: f32,
pub m_maximum_force: f32,
}Expand description
Fields§
§m_position_spring: f32§m_position_damper: f32§m_maximum_force: f32Trait Implementations§
Source§impl ClassIdentity for JointDrive
impl ClassIdentity for JointDrive
Source§impl Clone for JointDrive
impl Clone for JointDrive
Source§fn clone(&self) -> JointDrive
fn clone(&self) -> JointDrive
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for JointDrive
Auto Trait Implementations§
impl Freeze for JointDrive
impl RefUnwindSafe for JointDrive
impl Send for JointDrive
impl Sync for JointDrive
impl Unpin for JointDrive
impl UnwindSafe for JointDrive
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)