#[repr(C)]pub struct IWICBitmapCodecProgressNotification {
pub lpVtbl: *const IWICBitmapCodecProgressNotificationVtbl,
}
Fields§
§lpVtbl: *const IWICBitmapCodecProgressNotificationVtbl
Implementations§
Source§impl IWICBitmapCodecProgressNotification
impl IWICBitmapCodecProgressNotification
pub unsafe fn RegisterProgressNotification( &self, pfnProgressNotification: PFNProgressNotification, pvData: LPVOID, dwProgressFlags: DWORD, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IWICBitmapCodecProgressNotification
impl RefUnwindSafe for IWICBitmapCodecProgressNotification
impl !Send for IWICBitmapCodecProgressNotification
impl !Sync for IWICBitmapCodecProgressNotification
impl Unpin for IWICBitmapCodecProgressNotification
impl UnwindSafe for IWICBitmapCodecProgressNotification
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