#[repr(C)]pub struct grib_util_packing_spec {Show 13 fields
pub packing_type: c_long,
pub packing: c_long,
pub boustrophedonic: c_long,
pub editionNumber: c_long,
pub accuracy: c_long,
pub bitsPerValue: c_long,
pub decimalScaleFactor: c_long,
pub computeLaplacianOperator: c_long,
pub truncateLaplacian: c_int,
pub laplacianOperator: f64,
pub deleteLocalDefinition: c_long,
pub extra_settings: [grib_values; 80],
pub extra_settings_count: c_long,
}Fields§
§packing_type: c_long§packing: c_long§boustrophedonic: c_long§editionNumber: c_long§accuracy: c_long§bitsPerValue: c_long§decimalScaleFactor: c_long§computeLaplacianOperator: c_long§truncateLaplacian: c_int§laplacianOperator: f64§deleteLocalDefinition: c_long§extra_settings: [grib_values; 80]§extra_settings_count: c_longTrait Implementations§
Source§impl Clone for grib_util_packing_spec
impl Clone for grib_util_packing_spec
Source§fn clone(&self) -> grib_util_packing_spec
fn clone(&self) -> grib_util_packing_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_packing_spec
impl Debug for grib_util_packing_spec
impl Copy for grib_util_packing_spec
Auto Trait Implementations§
impl Freeze for grib_util_packing_spec
impl RefUnwindSafe for grib_util_packing_spec
impl !Send for grib_util_packing_spec
impl !Sync for grib_util_packing_spec
impl Unpin for grib_util_packing_spec
impl UnwindSafe for grib_util_packing_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