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