#[repr(C)]pub struct IWICBitmapCodecProgressNotificationVtbl {
pub parent: IUnknownVtbl,
pub RegisterProgressNotification: unsafe extern "system" fn(This: *mut IWICBitmapCodecProgressNotification, pfnProgressNotification: PFNProgressNotification, pvData: LPVOID, dwProgressFlags: DWORD) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§RegisterProgressNotification: unsafe extern "system" fn(This: *mut IWICBitmapCodecProgressNotification, pfnProgressNotification: PFNProgressNotification, pvData: LPVOID, dwProgressFlags: DWORD) -> HRESULTAuto Trait Implementations§
impl Freeze for IWICBitmapCodecProgressNotificationVtbl
impl RefUnwindSafe for IWICBitmapCodecProgressNotificationVtbl
impl Send for IWICBitmapCodecProgressNotificationVtbl
impl Sync for IWICBitmapCodecProgressNotificationVtbl
impl Unpin for IWICBitmapCodecProgressNotificationVtbl
impl UnwindSafe for IWICBitmapCodecProgressNotificationVtbl
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