pub struct Template5_42 {
pub simple: SimplePacking,
pub orig_field_type: u8,
pub mask: u8,
pub block_size: u8,
pub ref_sample_interval: u16,
}Expand description
Data representation template 5.42 - Grid point data - CCSDS recommended lossless compression.
Fields§
§simple: SimplePacking§orig_field_type: u8Type of original field values (see Code table 5.1).
mask: u8CCSDS compression options mask (see Note 3).
block_size: u8Block size.
ref_sample_interval: u16Reference sample interval.
Trait Implementations§
Source§impl Clone for Template5_42
impl Clone for Template5_42
Source§fn clone(&self) -> Template5_42
fn clone(&self) -> Template5_42
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Template5_42
impl Debug for Template5_42
Source§impl Dump for Template5_42
impl Dump for Template5_42
Source§impl PartialEq for Template5_42
impl PartialEq for Template5_42
impl StructuralPartialEq for Template5_42
Source§impl TryFromSlice for Template5_42
impl TryFromSlice for Template5_42
Source§impl WriteToBuffer for Template5_42
impl WriteToBuffer for Template5_42
Auto Trait Implementations§
impl Freeze for Template5_42
impl RefUnwindSafe for Template5_42
impl Send for Template5_42
impl Sync for Template5_42
impl Unpin for Template5_42
impl UnsafeUnpin for Template5_42
impl UnwindSafe for Template5_42
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