#[repr(C)]pub struct grib_util_grid_spec {Show 25 fields
pub grid_type: c_int,
pub grid_name: *const c_char,
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 angleOfRotationInDegrees: 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§grid_name: *const c_char§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§angleOfRotationInDegrees: 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 duplicate 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 moreSource§impl Debug for grib_util_grid_spec
impl Debug for grib_util_grid_spec
impl Copy for grib_util_grid_spec
Auto Trait Implementations§
impl Freeze for grib_util_grid_spec
impl RefUnwindSafe for grib_util_grid_spec
impl !Send for grib_util_grid_spec
impl !Sync for grib_util_grid_spec
impl Unpin for grib_util_grid_spec
impl UnwindSafe for grib_util_grid_spec
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