pub struct SpeedMove {
pub axis: Axis,
pub speed: i32,
}Fields§
§axis: Axis§speed: i32Implementations§
Trait Implementations§
impl Copy for SpeedMove
impl Eq for SpeedMove
impl StructuralPartialEq for SpeedMove
Auto Trait Implementations§
impl Freeze for SpeedMove
impl RefUnwindSafe for SpeedMove
impl Send for SpeedMove
impl Sync for SpeedMove
impl Unpin for SpeedMove
impl UnsafeUnpin for SpeedMove
impl UnwindSafe for SpeedMove
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