Struct grib::EarthShapeDefinition
source · pub struct EarthShapeDefinition {
pub shape_of_the_earth: u8,
pub scale_factor_of_radius_of_spherical_earth: u8,
pub scaled_value_of_radius_of_spherical_earth: u32,
pub scale_factor_of_earth_major_axis: u8,
pub scaled_value_of_earth_major_axis: u32,
pub scale_factor_of_earth_minor_axis: u8,
pub scaled_value_of_earth_minor_axis: u32,
}
Fields§
§shape_of_the_earth: u8
§scale_factor_of_radius_of_spherical_earth: u8
§scaled_value_of_radius_of_spherical_earth: u32
§scale_factor_of_earth_major_axis: u8
§scaled_value_of_earth_major_axis: u32
§scale_factor_of_earth_minor_axis: u8
§scaled_value_of_earth_minor_axis: u32
Implementations§
Trait Implementations§
source§impl Debug for EarthShapeDefinition
impl Debug for EarthShapeDefinition
source§impl PartialEq for EarthShapeDefinition
impl PartialEq for EarthShapeDefinition
source§fn eq(&self, other: &EarthShapeDefinition) -> bool
fn eq(&self, other: &EarthShapeDefinition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EarthShapeDefinition
impl StructuralPartialEq for EarthShapeDefinition
Auto Trait Implementations§
impl Freeze for EarthShapeDefinition
impl RefUnwindSafe for EarthShapeDefinition
impl Send for EarthShapeDefinition
impl Sync for EarthShapeDefinition
impl Unpin for EarthShapeDefinition
impl UnwindSafe for EarthShapeDefinition
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