#[repr(C)]
pub struct grib_util_grid_spec2 {
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_long

Trait Implementations§

source§

impl Clone for grib_util_grid_spec2

source§

fn clone(&self) -> grib_util_grid_spec2

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for grib_util_grid_spec2

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for grib_util_grid_spec2

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.