pub struct Template3_2 {
pub earth: EarthShape,
pub lat_lon: LatLonGrid,
pub stretching: Stretching,
}Expand description
Grid definition template 3.2 - stretched latitude/longitude (or equidistant cylindrical, or Plate Carrée).
Fields§
§earth: EarthShape§lat_lon: LatLonGrid§stretching: StretchingTrait Implementations§
Source§impl Clone for Template3_2
impl Clone for Template3_2
Source§fn clone(&self) -> Template3_2
fn clone(&self) -> Template3_2
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Template3_2
impl Debug for Template3_2
Source§impl Dump for Template3_2
impl Dump for Template3_2
Source§impl PartialEq for Template3_2
impl PartialEq for Template3_2
impl StructuralPartialEq for Template3_2
Source§impl TryFromSlice for Template3_2
impl TryFromSlice for Template3_2
Source§impl WriteToBuffer for Template3_2
impl WriteToBuffer for Template3_2
Auto Trait Implementations§
impl Freeze for Template3_2
impl RefUnwindSafe for Template3_2
impl Send for Template3_2
impl Sync for Template3_2
impl Unpin for Template3_2
impl UnsafeUnpin for Template3_2
impl UnwindSafe for Template3_2
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