Struct IWbemObjectSinkEx_Vtbl
#[repr(C)]pub struct IWbemObjectSinkEx_Vtbl {
pub base__: IWbemObjectSink_Vtbl,
pub WriteMessage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub WriteError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u8) -> HRESULT,
pub PromptUser: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub WriteProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT,
pub WriteStreamParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: u32, _: u32) -> HRESULT,
}Fields§
§base__: IWbemObjectSink_Vtbl§WriteMessage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT§WriteError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u8) -> HRESULT§PromptUser: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u8, _: *mut u8) -> HRESULT§WriteProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT§WriteStreamParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: u32, _: u32) -> HRESULTImplementations§
§impl IWbemObjectSinkEx_Vtbl
impl IWbemObjectSinkEx_Vtbl
pub const fn new<Identity: IWbemObjectSinkEx_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemObjectSinkEx_Vtbl
impl RefUnwindSafe for IWbemObjectSinkEx_Vtbl
impl Send for IWbemObjectSinkEx_Vtbl
impl Sync for IWbemObjectSinkEx_Vtbl
impl Unpin for IWbemObjectSinkEx_Vtbl
impl UnwindSafe for IWbemObjectSinkEx_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