Struct windows::Win32::Devices::ImageAcquisition::IWiaUIExtension2_Vtbl
#[repr(C)]pub struct IWiaUIExtension2_Vtbl {
pub base__: IUnknown_Vtbl,
pub DeviceDialog: unsafe extern "system" fn(_: *mut c_void, _: *const DEVICEDIALOGDATA2) -> HRESULT,
pub GetDeviceIcon: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut HICON, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DeviceDialog: unsafe extern "system" fn(_: *mut c_void, _: *const DEVICEDIALOGDATA2) -> HRESULT
§GetDeviceIcon: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut HICON, _: u32) -> HRESULT
Implementations§
§impl IWiaUIExtension2_Vtbl
impl IWiaUIExtension2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWiaUIExtension2_Vtblwhere
Identity: IWiaUIExtension2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWiaUIExtension2_Vtbl
impl RefUnwindSafe for IWiaUIExtension2_Vtbl
impl Send for IWiaUIExtension2_Vtbl
impl Sync for IWiaUIExtension2_Vtbl
impl Unpin for IWiaUIExtension2_Vtbl
impl UnwindSafe for IWiaUIExtension2_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