pub struct InertiaSpecF32 {
pub drag: f64,
pub bounds: Option<(f32, f32)>,
pub bounce_spring: SpringDescription,
pub tolerance: Tolerance,
}Fields§
§drag: f64§bounds: Option<(f32, f32)>§bounce_spring: SpringDescription§tolerance: ToleranceTrait Implementations§
Source§impl Clone for InertiaSpecF32
impl Clone for InertiaSpecF32
Source§fn clone(&self) -> InertiaSpecF32
fn clone(&self) -> InertiaSpecF32
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 InertiaSpecF32
impl Debug for InertiaSpecF32
Source§impl PartialEq for InertiaSpecF32
impl PartialEq for InertiaSpecF32
impl Copy for InertiaSpecF32
impl StructuralPartialEq for InertiaSpecF32
Auto Trait Implementations§
impl Freeze for InertiaSpecF32
impl RefUnwindSafe for InertiaSpecF32
impl Send for InertiaSpecF32
impl Sync for InertiaSpecF32
impl Unpin for InertiaSpecF32
impl UnsafeUnpin for InertiaSpecF32
impl UnwindSafe for InertiaSpecF32
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