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