pub struct GridSpec {
pub lat_cells: usize,
pub lon_cells: usize,
pub bounds: GeoBounds,
}Expand description
Specification for generating a heatmap grid.
Fields§
§lat_cells: usizeNumber of cells in latitude direction
lon_cells: usizeNumber of cells in longitude direction
bounds: GeoBoundsBounds of the grid
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GridSpec
impl RefUnwindSafe for GridSpec
impl Send for GridSpec
impl Sync for GridSpec
impl Unpin for GridSpec
impl UnwindSafe for GridSpec
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