#[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_long

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.