pub struct Template3_40 {
pub earth: EarthShape,
pub gaussian: GaussianGrid,
}Expand description
Grid definition template 3.40 - Gaussian latitude/longitude.
Fields§
§earth: EarthShape§gaussian: GaussianGridTrait Implementations§
Source§impl Clone for Template3_40
impl Clone for Template3_40
Source§fn clone(&self) -> Template3_40
fn clone(&self) -> Template3_40
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_40
impl Debug for Template3_40
Source§impl Dump for Template3_40
impl Dump for Template3_40
Source§impl PartialEq for Template3_40
impl PartialEq for Template3_40
impl StructuralPartialEq for Template3_40
Source§impl TryFromSlice for Template3_40
impl TryFromSlice for Template3_40
Source§impl WriteToBuffer for Template3_40
impl WriteToBuffer for Template3_40
Auto Trait Implementations§
impl Freeze for Template3_40
impl RefUnwindSafe for Template3_40
impl Send for Template3_40
impl Sync for Template3_40
impl Unpin for Template3_40
impl UnsafeUnpin for Template3_40
impl UnwindSafe for Template3_40
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