#[repr(C)]pub struct PxSpring {
pub stiffness: f32,
pub damping: f32,
}Fields§
§stiffness: f32§damping: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxSpring
impl RefUnwindSafe for PxSpring
impl Send for PxSpring
impl Sync for PxSpring
impl Unpin for PxSpring
impl UnwindSafe for PxSpring
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