Struct windows_sys::Win32::Graphics::Imaging::WICJpegFrameHeader
[−]#[repr(C)]pub struct WICJpegFrameHeader {
pub Width: u32,
pub Height: u32,
pub TransferMatrix: WICJpegTransferMatrix,
pub ScanType: WICJpegScanType,
pub cComponents: u32,
pub ComponentIdentifiers: u32,
pub SampleFactors: u32,
pub QuantizationTableIndices: u32,
}
Expand description
Required features: "Win32_Graphics_Imaging"
Fields
Width: u32
Height: u32
TransferMatrix: WICJpegTransferMatrix
ScanType: WICJpegScanType
cComponents: u32
ComponentIdentifiers: u32
SampleFactors: u32
QuantizationTableIndices: u32
Trait Implementations
impl Clone for WICJpegFrameHeader
impl Clone for WICJpegFrameHeader
impl Copy for WICJpegFrameHeader
Auto Trait Implementations
impl RefUnwindSafe for WICJpegFrameHeader
impl Send for WICJpegFrameHeader
impl Sync for WICJpegFrameHeader
impl Unpin for WICJpegFrameHeader
impl UnwindSafe for WICJpegFrameHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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