Struct eccodes_sys::grib_util_grid_spec
source · #[repr(C)]pub struct grib_util_grid_spec {Show 23 fields
pub grid_type: c_int,
pub Ni: c_long,
pub Nj: c_long,
pub iDirectionIncrementInDegrees: f64,
pub jDirectionIncrementInDegrees: f64,
pub longitudeOfFirstGridPointInDegrees: f64,
pub longitudeOfLastGridPointInDegrees: f64,
pub latitudeOfFirstGridPointInDegrees: f64,
pub latitudeOfLastGridPointInDegrees: f64,
pub uvRelativeToGrid: c_long,
pub latitudeOfSouthernPoleInDegrees: f64,
pub longitudeOfSouthernPoleInDegrees: f64,
pub iScansNegatively: c_long,
pub jScansPositively: c_long,
pub N: c_long,
pub bitmapPresent: c_long,
pub missingValue: f64,
pub pl: *const c_long,
pub pl_size: c_long,
pub truncation: c_long,
pub orientationOfTheGridInDegrees: f64,
pub DyInMetres: c_long,
pub DxInMetres: c_long,
}Fields§
§grid_type: c_int§Ni: c_long§Nj: c_long§iDirectionIncrementInDegrees: f64§jDirectionIncrementInDegrees: f64§longitudeOfFirstGridPointInDegrees: f64§longitudeOfLastGridPointInDegrees: f64§latitudeOfFirstGridPointInDegrees: f64§latitudeOfLastGridPointInDegrees: f64§uvRelativeToGrid: c_long§latitudeOfSouthernPoleInDegrees: f64§longitudeOfSouthernPoleInDegrees: f64§iScansNegatively: c_long§jScansPositively: c_long§N: c_long§bitmapPresent: c_long§missingValue: f64§pl: *const c_long§pl_size: c_long§truncation: c_long§orientationOfTheGridInDegrees: f64§DyInMetres: c_long§DxInMetres: c_longTrait Implementations§
source§impl Clone for grib_util_grid_spec
impl Clone for grib_util_grid_spec
source§fn clone(&self) -> grib_util_grid_spec
fn clone(&self) -> grib_util_grid_spec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more