pub struct Template5_41 {
pub simple: SimplePacking,
pub orig_field_type: u8,
}
Expand description
Data representation template 5.41 - Grid point data - Portable Network Graphics (PNG).
Fields§
§simple: SimplePacking
§orig_field_type: u8
Type of original field values (see Code table 5.1).
Trait Implementations§
Source§impl Debug for Template5_41
impl Debug for Template5_41
Source§impl Dump for Template5_41
impl Dump for Template5_41
Source§impl PartialEq for Template5_41
impl PartialEq for Template5_41
Source§impl TryFromSlice for Template5_41
impl TryFromSlice for Template5_41
impl StructuralPartialEq for Template5_41
Auto Trait Implementations§
impl Freeze for Template5_41
impl RefUnwindSafe for Template5_41
impl Send for Template5_41
impl Sync for Template5_41
impl Unpin for Template5_41
impl UnwindSafe for Template5_41
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