pub struct GetMapParams {
pub x: i32,
pub y: i32,
}Expand description
struct for passing parameters to the method get_map
Fields§
§x: i32The position x of the map.
y: i32The position X of the map.
Implementations§
Trait Implementations§
Source§impl Clone for GetMapParams
impl Clone for GetMapParams
Source§fn clone(&self) -> GetMapParams
fn clone(&self) -> GetMapParams
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 moreAuto Trait Implementations§
impl Freeze for GetMapParams
impl RefUnwindSafe for GetMapParams
impl Send for GetMapParams
impl Sync for GetMapParams
impl Unpin for GetMapParams
impl UnwindSafe for GetMapParams
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