Struct grid_cell::GridCell [−][src]
pub struct GridCell<A: Level> {
    pub code: u64,
    pub west_longitude: f64,
    pub south_latitude: f64,
    // some fields omitted
}Fields
code: u64west_longitude: f64south_latitude: f64Trait Implementations
Auto Trait Implementations
impl<A> RefUnwindSafe for GridCell<A> where
    A: RefUnwindSafe, 
impl<A> UnwindSafe for GridCell<A> where
    A: UnwindSafe, 
Blanket Implementations
Mutably borrows from an owned value. Read more