pub struct Template3_3 {
pub earth: EarthShape,
pub lat_lon: LatLonGrid,
pub rotation: Rotation,
pub stretching: Stretching,
}Expand description
Grid definition template 3.3 - stretched and rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée).
Fields§
§earth: EarthShape§lat_lon: LatLonGrid§rotation: Rotation§stretching: StretchingTrait Implementations§
Source§impl Clone for Template3_3
impl Clone for Template3_3
Source§fn clone(&self) -> Template3_3
fn clone(&self) -> Template3_3
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_3
impl Debug for Template3_3
Source§impl Dump for Template3_3
impl Dump for Template3_3
Source§impl PartialEq for Template3_3
impl PartialEq for Template3_3
impl StructuralPartialEq for Template3_3
Source§impl TryFromSlice for Template3_3
impl TryFromSlice for Template3_3
Source§impl WriteToBuffer for Template3_3
impl WriteToBuffer for Template3_3
Auto Trait Implementations§
impl Freeze for Template3_3
impl RefUnwindSafe for Template3_3
impl Send for Template3_3
impl Sync for Template3_3
impl Unpin for Template3_3
impl UnsafeUnpin for Template3_3
impl UnwindSafe for Template3_3
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