Struct windows::Graphics::Imaging::ISoftwareBitmapStatics_Vtbl
#[repr(C)]pub struct ISoftwareBitmapStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub Copy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Convert: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapPixelFormat, _: *mut *mut c_void) -> HRESULT,
pub ConvertWithAlpha: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapPixelFormat, _: BitmapAlphaMode, _: *mut *mut c_void) -> HRESULT,
pub CreateCopyFromBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapPixelFormat, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub CreateCopyWithAlphaFromBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapPixelFormat, _: i32, _: i32, _: BitmapAlphaMode, _: *mut *mut c_void) -> HRESULT,
pub CreateCopyFromSurfaceAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateCopyWithAlphaFromSurfaceAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapAlphaMode, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Copy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Convert: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapPixelFormat, _: *mut *mut c_void) -> HRESULT
§ConvertWithAlpha: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapPixelFormat, _: BitmapAlphaMode, _: *mut *mut c_void) -> HRESULT
§CreateCopyFromBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapPixelFormat, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT
§CreateCopyWithAlphaFromBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapPixelFormat, _: i32, _: i32, _: BitmapAlphaMode, _: *mut *mut c_void) -> HRESULT
§CreateCopyFromSurfaceAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateCopyWithAlphaFromSurfaceAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BitmapAlphaMode, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISoftwareBitmapStatics_Vtbl
impl RefUnwindSafe for ISoftwareBitmapStatics_Vtbl
impl Send for ISoftwareBitmapStatics_Vtbl
impl Sync for ISoftwareBitmapStatics_Vtbl
impl Unpin for ISoftwareBitmapStatics_Vtbl
impl UnwindSafe for ISoftwareBitmapStatics_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