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