Struct windows_sys::Win32::Graphics::Imaging::WICJpegScanHeader
[−]#[repr(C)]pub struct WICJpegScanHeader {
pub cComponents: u32,
pub RestartInterval: u32,
pub ComponentSelectors: u32,
pub HuffmanTableIndices: u32,
pub StartSpectralSelection: u8,
pub EndSpectralSelection: u8,
pub SuccessiveApproximationHigh: u8,
pub SuccessiveApproximationLow: u8,
}Expand description
Required features: ‘Win32_Graphics_Imaging’
Fields
cComponents: u32RestartInterval: u32ComponentSelectors: u32HuffmanTableIndices: u32StartSpectralSelection: u8EndSpectralSelection: u8SuccessiveApproximationHigh: u8SuccessiveApproximationLow: u8