pub struct GridCell<A: Level> {
pub code: u64,
pub west_longitude: f64,
pub south_latitude: f64,
/* private fields */
}
Fields§
§code: u64
§west_longitude: f64
§south_latitude: f64
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for GridCell<A>
impl<A> RefUnwindSafe for GridCell<A>where
A: RefUnwindSafe,
impl<A> Send for GridCell<A>where
A: Send,
impl<A> Sync for GridCell<A>where
A: Sync,
impl<A> Unpin for GridCell<A>where
A: Unpin,
impl<A> UnwindSafe for GridCell<A>where
A: UnwindSafe,
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