Struct windows::Win32::Graphics::Imaging::IWICJpegFrameDecode_Vtbl
#[repr(C)]pub struct IWICJpegFrameDecode_Vtbl {
pub base__: IUnknown_Vtbl,
pub DoesSupportIndexing: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetIndexing: unsafe extern "system" fn(_: *mut c_void, _: WICJpegIndexingOptions, _: u32) -> HRESULT,
pub ClearIndexing: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetAcHuffmanTable: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DXGI_JPEG_AC_HUFFMAN_TABLE) -> HRESULT,
pub GetDcHuffmanTable: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DXGI_JPEG_DC_HUFFMAN_TABLE) -> HRESULT,
pub GetQuantizationTable: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DXGI_JPEG_QUANTIZATION_TABLE) -> HRESULT,
pub GetFrameHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut WICJpegFrameHeader) -> HRESULT,
pub GetScanHeader: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut WICJpegScanHeader) -> HRESULT,
pub CopyScan: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut u8, _: *mut u32) -> HRESULT,
pub CopyMinimalStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u8, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DoesSupportIndexing: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetIndexing: unsafe extern "system" fn(_: *mut c_void, _: WICJpegIndexingOptions, _: u32) -> HRESULT
§ClearIndexing: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetAcHuffmanTable: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DXGI_JPEG_AC_HUFFMAN_TABLE) -> HRESULT
§GetDcHuffmanTable: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DXGI_JPEG_DC_HUFFMAN_TABLE) -> HRESULT
§GetQuantizationTable: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DXGI_JPEG_QUANTIZATION_TABLE) -> HRESULT
§GetFrameHeader: unsafe extern "system" fn(_: *mut c_void, _: *mut WICJpegFrameHeader) -> HRESULT
§GetScanHeader: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut WICJpegScanHeader) -> HRESULT
§CopyScan: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut u8, _: *mut u32) -> HRESULT
§CopyMinimalStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u8, _: *mut u32) -> HRESULT
Implementations§
§impl IWICJpegFrameDecode_Vtbl
impl IWICJpegFrameDecode_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICJpegFrameDecode_Vtblwhere
Identity: IWICJpegFrameDecode_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICJpegFrameDecode_Vtbl
impl RefUnwindSafe for IWICJpegFrameDecode_Vtbl
impl Send for IWICJpegFrameDecode_Vtbl
impl Sync for IWICJpegFrameDecode_Vtbl
impl Unpin for IWICJpegFrameDecode_Vtbl
impl UnwindSafe for IWICJpegFrameDecode_Vtbl
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