Struct windows::Graphics::Imaging::IBitmapDecoderStatics_Vtbl
#[repr(C)]pub struct IBitmapDecoderStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub BmpDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub JpegDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub PngDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub TiffDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GifDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub JpegXRDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub IcoDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetDecoderInformationEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateWithIdAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BmpDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§JpegDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§PngDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§TiffDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GifDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§JpegXRDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§IcoDecoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetDecoderInformationEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateWithIdAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBitmapDecoderStatics_Vtbl
impl RefUnwindSafe for IBitmapDecoderStatics_Vtbl
impl Send for IBitmapDecoderStatics_Vtbl
impl Sync for IBitmapDecoderStatics_Vtbl
impl Unpin for IBitmapDecoderStatics_Vtbl
impl UnwindSafe for IBitmapDecoderStatics_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