Struct IWindowsUpdateItem_Vtbl
#[repr(C)]pub struct IWindowsUpdateItem_Vtbl {
pub base__: IInspectable_Vtbl,
pub ProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UpdateId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub MoreInfoUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Category: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Operation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UpdateId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT§Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§MoreInfoUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Category: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Operation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IWindowsUpdateItem_Vtbl
impl RefUnwindSafe for IWindowsUpdateItem_Vtbl
impl Send for IWindowsUpdateItem_Vtbl
impl Sync for IWindowsUpdateItem_Vtbl
impl Unpin for IWindowsUpdateItem_Vtbl
impl UnwindSafe for IWindowsUpdateItem_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