pub struct AecParams {
pub bits_per_sample: u8,
pub block_size: u32,
pub rsi: u32,
pub flags: AecFlags,
}Fields§
§bits_per_sample: u8Bits per sample.
For GRIB2 template 5.42: template42.simple.num_bits.
block_size: u32Block size.
For GRIB2 template 5.42: template42.block_size.
rsi: u32Reference sample interval (RSI).
For GRIB2 template 5.42: template42.ref_sample_interval.
flags: AecFlagsDecoder flags.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AecParams
impl RefUnwindSafe for AecParams
impl Send for AecParams
impl Sync for AecParams
impl Unpin for AecParams
impl UnwindSafe for AecParams
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