Struct windows::Win32::System::Com::IProgressNotify_Vtbl
#[repr(C)]pub struct IProgressNotify_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnProgress: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: BOOL, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnProgress: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: BOOL, _: BOOL) -> HRESULT
Implementations§
§impl IProgressNotify_Vtbl
impl IProgressNotify_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IProgressNotify_Vtblwhere
Identity: IProgressNotify_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProgressNotify_Vtbl
impl RefUnwindSafe for IProgressNotify_Vtbl
impl Send for IProgressNotify_Vtbl
impl Sync for IProgressNotify_Vtbl
impl Unpin for IProgressNotify_Vtbl
impl UnwindSafe for IProgressNotify_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