Struct eccodes_sys::grib_util_grid_spec [−][src]
#[repr(C)]pub struct grib_util_grid_spec {}Show 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_intNi: c_longNj: c_longiDirectionIncrementInDegrees: f64jDirectionIncrementInDegrees: f64longitudeOfFirstGridPointInDegrees: f64longitudeOfLastGridPointInDegrees: f64latitudeOfFirstGridPointInDegrees: f64latitudeOfLastGridPointInDegrees: f64uvRelativeToGrid: c_longlatitudeOfSouthernPoleInDegrees: f64longitudeOfSouthernPoleInDegrees: f64iScansNegatively: c_longjScansPositively: c_longN: c_longbitmapPresent: c_longmissingValue: f64pl: *const c_longpl_size: c_longtruncation: c_longorientationOfTheGridInDegrees: f64DyInMetres: c_longDxInMetres: c_longTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grib_util_grid_specimpl !Send for grib_util_grid_specimpl !Sync for grib_util_grid_specimpl Unpin for grib_util_grid_specimpl UnwindSafe for grib_util_grid_specBlanket Implementations
Mutably borrows from an owned value. Read more