Struct IWMDMProgress_Vtbl
#[repr(C)]pub struct IWMDMProgress_Vtbl {
pub base__: IUnknown_Vtbl,
pub Begin: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Progress: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub End: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Begin: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Progress: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§End: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWMDMProgress_Vtbl
impl IWMDMProgress_Vtbl
pub const fn new<Identity: IWMDMProgress_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMDMProgress_Vtbl
impl RefUnwindSafe for IWMDMProgress_Vtbl
impl Send for IWMDMProgress_Vtbl
impl Sync for IWMDMProgress_Vtbl
impl Unpin for IWMDMProgress_Vtbl
impl UnwindSafe for IWMDMProgress_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