pub struct Template3_0 {
pub earth: EarthShape,
pub lat_lon: LatLonGrid,
}Expand description
Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée).
Fields§
§earth: EarthShape§lat_lon: LatLonGridTrait Implementations§
Source§impl Debug for Template3_0
impl Debug for Template3_0
Source§impl Dump for Template3_0
impl Dump for Template3_0
Source§impl PartialEq for Template3_0
impl PartialEq for Template3_0
Source§impl TryFromSlice for Template3_0
impl TryFromSlice for Template3_0
impl StructuralPartialEq for Template3_0
Auto Trait Implementations§
impl Freeze for Template3_0
impl RefUnwindSafe for Template3_0
impl Send for Template3_0
impl Sync for Template3_0
impl Unpin for Template3_0
impl UnsafeUnpin for Template3_0
impl UnwindSafe for Template3_0
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