pub struct InertiaKick {
pub id: u64,
pub velocity: f32,
}Fields§
§id: u64§velocity: f32Trait Implementations§
Source§impl Clone for InertiaKick
impl Clone for InertiaKick
Source§fn clone(&self) -> InertiaKick
fn clone(&self) -> InertiaKick
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 InertiaKick
impl Debug for InertiaKick
Source§impl PartialEq for InertiaKick
impl PartialEq for InertiaKick
impl Copy for InertiaKick
impl StructuralPartialEq for InertiaKick
Auto Trait Implementations§
impl Freeze for InertiaKick
impl RefUnwindSafe for InertiaKick
impl Send for InertiaKick
impl Sync for InertiaKick
impl Unpin for InertiaKick
impl UnsafeUnpin for InertiaKick
impl UnwindSafe for InertiaKick
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