Struct eccodes_sys::grib_values
source · #[repr(C)]pub struct grib_values {
pub name: *const c_char,
pub type_: c_int,
pub long_value: c_long,
pub double_value: f64,
pub string_value: *const c_char,
pub error: c_int,
pub has_value: c_int,
pub equal: c_int,
pub next: *mut grib_values,
}Fields§
§name: *const c_char§type_: c_int§long_value: c_long§double_value: f64§string_value: *const c_char§error: c_int§has_value: c_int§equal: c_int§next: *mut grib_valuesTrait Implementations§
source§impl Clone for grib_values
impl Clone for grib_values
source§fn clone(&self) -> grib_values
fn clone(&self) -> grib_values
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