Struct windows::Win32::Media::DeviceManager::IWMDMProgress3_Vtbl
#[repr(C)]pub struct IWMDMProgress3_Vtbl {
pub base__: IWMDMProgress2_Vtbl,
pub Begin3: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32, _: *mut OPAQUECOMMAND) -> HRESULT,
pub Progress3: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32, _: *mut OPAQUECOMMAND) -> HRESULT,
pub End3: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: HRESULT, _: *mut OPAQUECOMMAND) -> HRESULT,
}
Fields§
§base__: IWMDMProgress2_Vtbl
§Begin3: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32, _: *mut OPAQUECOMMAND) -> HRESULT
§Progress3: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32, _: *mut OPAQUECOMMAND) -> HRESULT
§End3: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: HRESULT, _: *mut OPAQUECOMMAND) -> HRESULT
Implementations§
§impl IWMDMProgress3_Vtbl
impl IWMDMProgress3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMDMProgress3_Vtblwhere
Identity: IWMDMProgress3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMDMProgress3_Vtbl
impl RefUnwindSafe for IWMDMProgress3_Vtbl
impl Send for IWMDMProgress3_Vtbl
impl Sync for IWMDMProgress3_Vtbl
impl Unpin for IWMDMProgress3_Vtbl
impl UnwindSafe for IWMDMProgress3_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