pub struct MapGrid { /* private fields */ }Expand description
A grid used to address Pegs on a map
The grid has an associated spatial reference ID, which should use
projected coordinates. Use default() for Web Mercator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapGrid
impl RefUnwindSafe for MapGrid
impl Send for MapGrid
impl Sync for MapGrid
impl Unpin for MapGrid
impl UnsafeUnpin for MapGrid
impl UnwindSafe for MapGrid
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