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