Struct IOperationsProgressDialog_Vtbl
#[repr(C)]pub struct IOperationsProgressDialog_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub StartProgressDialog: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT,
    pub StopProgressDialog: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub SetOperation: unsafe extern "system" fn(_: *mut c_void, _: SPACTION) -> HRESULT,
    pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub UpdateProgress: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64, _: u64, _: u64, _: u64) -> HRESULT,
    pub UpdateLocations: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
    pub ResetTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub PauseTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub ResumeTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub GetMilliseconds: unsafe extern "system" fn(_: *mut c_void, _: *mut u64, _: *mut u64) -> HRESULT,
    pub GetOperationStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut PDOPSTATUS) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§StartProgressDialog: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT§StopProgressDialog: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SetOperation: unsafe extern "system" fn(_: *mut c_void, _: SPACTION) -> HRESULT§SetMode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§UpdateProgress: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u64, _: u64, _: u64, _: u64) -> HRESULT§UpdateLocations: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§ResetTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§PauseTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ResumeTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetMilliseconds: unsafe extern "system" fn(_: *mut c_void, _: *mut u64, _: *mut u64) -> HRESULT§GetOperationStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut PDOPSTATUS) -> HRESULTImplementations§
§impl IOperationsProgressDialog_Vtbl
 
impl IOperationsProgressDialog_Vtbl
pub const fn new<Identity: IOperationsProgressDialog_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOperationsProgressDialog_Vtbl
impl RefUnwindSafe for IOperationsProgressDialog_Vtbl
impl Send for IOperationsProgressDialog_Vtbl
impl Sync for IOperationsProgressDialog_Vtbl
impl Unpin for IOperationsProgressDialog_Vtbl
impl UnwindSafe for IOperationsProgressDialog_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