pub struct SosParams {
pub ss: u8,
pub se: u8,
pub ah: u8,
pub al: u8,
}Expand description
Spectral selection and successive approximation parameters from an SOS header.
Fields§
§ss: u8Start of spectral selection (zigzag index 0-63).
se: u8End of spectral selection (zigzag index 0-63).
ah: u8Successive approximation high bit (0 = first scan for this band).
al: u8Successive approximation low bit (point transform).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SosParams
impl RefUnwindSafe for SosParams
impl Send for SosParams
impl Sync for SosParams
impl Unpin for SosParams
impl UnsafeUnpin for SosParams
impl UnwindSafe for SosParams
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