Struct IWindowsDriverUpdate5_Vtbl
#[repr(C)]pub struct IWindowsDriverUpdate5_Vtbl {
pub base__: IWindowsDriverUpdate4_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__: IWindowsDriverUpdate4_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 IWindowsDriverUpdate5_Vtbl
impl IWindowsDriverUpdate5_Vtbl
pub const fn new<Identity: IWindowsDriverUpdate5_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWindowsDriverUpdate5_Vtbl
impl RefUnwindSafe for IWindowsDriverUpdate5_Vtbl
impl Send for IWindowsDriverUpdate5_Vtbl
impl Sync for IWindowsDriverUpdate5_Vtbl
impl Unpin for IWindowsDriverUpdate5_Vtbl
impl UnwindSafe for IWindowsDriverUpdate5_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