pub struct Template5_4 {
pub precision: u8,
}
Expand description
Data representation template 5.4 - Grid point data - IEEE floating point data.
Fields§
§precision: u8
Precision (see Code table 5.7).
Trait Implementations§
Source§impl Debug for Template5_4
impl Debug for Template5_4
Source§impl Dump for Template5_4
impl Dump for Template5_4
Source§impl PartialEq for Template5_4
impl PartialEq for Template5_4
Source§impl TryFromSlice for Template5_4
impl TryFromSlice for Template5_4
impl StructuralPartialEq for Template5_4
Auto Trait Implementations§
impl Freeze for Template5_4
impl RefUnwindSafe for Template5_4
impl Send for Template5_4
impl Sync for Template5_4
impl Unpin for Template5_4
impl UnwindSafe for Template5_4
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