Struct windows::Graphics::Imaging::IBitmapEncoderStatics_Vtbl
#[repr(C)]pub struct IBitmapEncoderStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub BmpEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub JpegEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub PngEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub TiffEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GifEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub JpegXREncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetEncoderInformationEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateWithEncodingOptionsAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateForTranscodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateForInPlacePropertyEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BmpEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§JpegEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§PngEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§TiffEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GifEncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§JpegXREncoderId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetEncoderInformationEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateWithEncodingOptionsAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateForTranscodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateForInPlacePropertyEncodingAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBitmapEncoderStatics_Vtbl
impl RefUnwindSafe for IBitmapEncoderStatics_Vtbl
impl Send for IBitmapEncoderStatics_Vtbl
impl Sync for IBitmapEncoderStatics_Vtbl
impl Unpin for IBitmapEncoderStatics_Vtbl
impl UnwindSafe for IBitmapEncoderStatics_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