[][src]Struct winapi::um::wincodec::IWICJpegFrameDecodeVtbl

#[repr(C)]
pub struct IWICJpegFrameDecodeVtbl {
    pub parent: IUnknownVtbl,
    pub DoesSupportIndexing: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, pfIndexingSupported: *mut BOOL) -> HRESULT,
    pub SetIndexing: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, options: WICJpegIndexingOptions, horizontalIntervalSize: UINT) -> HRESULT,
    pub ClearIndexing: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode) -> HRESULT,
    pub GetAcHuffmanTable: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, tableIndex: UINT, pAcHuffmanTable: *mut DXGI_JPEG_AC_HUFFMAN_TABLE) -> HRESULT,
    pub GetDcHuffmanTable: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, tableIndex: UINT, pDcHuffmanTable: *mut DXGI_JPEG_DC_HUFFMAN_TABLE) -> HRESULT,
    pub GetQuantizationTable: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, tableIndex: UINT, pQuantizationTable: *mut DXGI_JPEG_QUANTIZATION_TABLE) -> HRESULT,
    pub GetFrameHeader: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, pFrameHeader: *mut WICJpegFrameHeader) -> HRESULT,
    pub GetScanHeader: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, pScanHeader: *mut WICJpegScanHeader) -> HRESULT,
    pub CopyScan: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, scanOffset: UINT, cbScanData: UINT, pbScanData: *mut BYTE, pcbScanDataActual: *mut UINT) -> HRESULT,
    pub CopyMinimalStream: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, streamOffset: UINT, cbStreamData: UINT, pbStreamData: *mut BYTE, pcbStreamDataActual: *mut UINT) -> HRESULT,
}

Fields

parent: IUnknownVtblDoesSupportIndexing: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, pfIndexingSupported: *mut BOOL) -> HRESULTSetIndexing: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, options: WICJpegIndexingOptions, horizontalIntervalSize: UINT) -> HRESULTClearIndexing: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode) -> HRESULTGetAcHuffmanTable: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, tableIndex: UINT, pAcHuffmanTable: *mut DXGI_JPEG_AC_HUFFMAN_TABLE) -> HRESULTGetDcHuffmanTable: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, tableIndex: UINT, pDcHuffmanTable: *mut DXGI_JPEG_DC_HUFFMAN_TABLE) -> HRESULTGetQuantizationTable: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, tableIndex: UINT, pQuantizationTable: *mut DXGI_JPEG_QUANTIZATION_TABLE) -> HRESULTGetFrameHeader: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, pFrameHeader: *mut WICJpegFrameHeader) -> HRESULTGetScanHeader: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, pScanHeader: *mut WICJpegScanHeader) -> HRESULTCopyScan: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, scanIndex: UINT, scanOffset: UINT, cbScanData: UINT, pbScanData: *mut BYTE, pcbScanDataActual: *mut UINT) -> HRESULTCopyMinimalStream: unsafe extern "system" fn(This: *mut IWICJpegFrameDecode, streamOffset: UINT, cbStreamData: UINT, pbStreamData: *mut BYTE, pcbStreamDataActual: *mut UINT) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]