pub struct Template5_40 {
pub simple: SimplePacking,
pub orig_field_type: u8,
pub compression_type: u8,
pub compression_ratio: u8,
}
Expand description
Data representation template 5.40 - Grid point data - JPEG 2000 code stream format.
Fields§
§simple: SimplePacking
§orig_field_type: u8
Type of original field values (see Code table 5.1).
compression_type: u8
Type of compression used (see Code table 5.40).
compression_ratio: u8
Target compression ratio, M:1 (with respect to the bit-depth specified in octet 20), when octet 22 indicates lossy compression. Otherwise, set to missing (see Note 3).
Trait Implementations§
Source§impl Debug for Template5_40
impl Debug for Template5_40
Source§impl Dump for Template5_40
impl Dump for Template5_40
Source§impl PartialEq for Template5_40
impl PartialEq for Template5_40
Source§impl TryFromSlice for Template5_40
impl TryFromSlice for Template5_40
impl StructuralPartialEq for Template5_40
Auto Trait Implementations§
impl Freeze for Template5_40
impl RefUnwindSafe for Template5_40
impl Send for Template5_40
impl Sync for Template5_40
impl Unpin for Template5_40
impl UnwindSafe for Template5_40
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