Struct windows::Win32::Storage::Imapi::IDiscMasterProgressEvents_Vtbl
#[repr(C)]pub struct IDiscMasterProgressEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub QueryCancel: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub NotifyPnPActivity: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub NotifyAddProgress: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub NotifyBlockProgress: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub NotifyTrackProgress: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub NotifyPreparingBurn: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub NotifyClosingDisc: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub NotifyBurnComplete: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub NotifyEraseComplete: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§QueryCancel: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§NotifyPnPActivity: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§NotifyAddProgress: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§NotifyBlockProgress: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§NotifyTrackProgress: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§NotifyPreparingBurn: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§NotifyClosingDisc: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§NotifyBurnComplete: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§NotifyEraseComplete: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
Implementations§
§impl IDiscMasterProgressEvents_Vtbl
impl IDiscMasterProgressEvents_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDiscMasterProgressEvents_Vtblwhere
Identity: IDiscMasterProgressEvents_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDiscMasterProgressEvents_Vtbl
impl RefUnwindSafe for IDiscMasterProgressEvents_Vtbl
impl Send for IDiscMasterProgressEvents_Vtbl
impl Sync for IDiscMasterProgressEvents_Vtbl
impl Unpin for IDiscMasterProgressEvents_Vtbl
impl UnwindSafe for IDiscMasterProgressEvents_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