pub struct Template5_61 {
pub simple: SimplePacking,
pub preprocess_param: f32,
}
Expand description
Data representation template 5.61 - Grid point data - simple packing with logarithm pre-processing.
Fields§
§simple: SimplePacking
§preprocess_param: f32
Pre-processing parameter (B) (IEEE 32-bit floating-point value).
Trait Implementations§
Source§impl Debug for Template5_61
impl Debug for Template5_61
Source§impl Dump for Template5_61
impl Dump for Template5_61
Source§impl PartialEq for Template5_61
impl PartialEq for Template5_61
Source§impl TryFromSlice for Template5_61
impl TryFromSlice for Template5_61
impl StructuralPartialEq for Template5_61
Auto Trait Implementations§
impl Freeze for Template5_61
impl RefUnwindSafe for Template5_61
impl Send for Template5_61
impl Sync for Template5_61
impl Unpin for Template5_61
impl UnwindSafe for Template5_61
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