pub struct PlayerMoved {
pub from: GalacticAddress,
pub to: GalacticAddress,
}Expand description
Player position change.
Fields§
§from: GalacticAddress§to: GalacticAddressTrait Implementations§
Source§impl Clone for PlayerMoved
impl Clone for PlayerMoved
Source§fn clone(&self) -> PlayerMoved
fn clone(&self) -> PlayerMoved
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PlayerMoved
impl RefUnwindSafe for PlayerMoved
impl Send for PlayerMoved
impl Sync for PlayerMoved
impl Unpin for PlayerMoved
impl UnsafeUnpin for PlayerMoved
impl UnwindSafe for PlayerMoved
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