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: u32
RestartInterval: u32
ComponentSelectors: u32
HuffmanTableIndices: u32
StartSpectralSelection: u8
EndSpectralSelection: u8
SuccessiveApproximationHigh: u8
SuccessiveApproximationLow: u8
Trait Implementations
impl Clone for WICJpegScanHeader
impl Clone for WICJpegScanHeader
impl Copy for WICJpegScanHeader
Auto Trait Implementations
impl RefUnwindSafe for WICJpegScanHeader
impl Send for WICJpegScanHeader
impl Sync for WICJpegScanHeader
impl Unpin for WICJpegScanHeader
impl UnwindSafe for WICJpegScanHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more