Struct IWindowsDriverUpdate_Vtbl
#[repr(C)]pub struct IWindowsDriverUpdate_Vtbl {
pub base__: IUpdate_Vtbl,
pub DriverClass: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DriverHardwareID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DriverManufacturer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DriverModel: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DriverProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DriverVerDate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub DeviceProblemNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub DeviceStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUpdate_Vtbl
§DriverClass: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DriverHardwareID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DriverManufacturer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DriverModel: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DriverProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DriverVerDate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§DeviceProblemNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§DeviceStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IWindowsDriverUpdate_Vtbl
impl IWindowsDriverUpdate_Vtbl
pub const fn new<Identity: IWindowsDriverUpdate_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWindowsDriverUpdate_Vtbl
impl RefUnwindSafe for IWindowsDriverUpdate_Vtbl
impl Send for IWindowsDriverUpdate_Vtbl
impl Sync for IWindowsDriverUpdate_Vtbl
impl Unpin for IWindowsDriverUpdate_Vtbl
impl UnwindSafe for IWindowsDriverUpdate_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