#[repr(C)]pub struct IPhotoAcquireDeviceSelectionDialog_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetTitle: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetSubmitButtonText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub DoModal: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut DEVICE_SELECTION_DEVICE_TYPE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetTitle: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetSubmitButtonText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§DoModal: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut DEVICE_SELECTION_DEVICE_TYPE) -> HRESULT
Implementations§
§impl IPhotoAcquireDeviceSelectionDialog_Vtbl
impl IPhotoAcquireDeviceSelectionDialog_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPhotoAcquireDeviceSelectionDialog_Vtblwhere
Identity: IPhotoAcquireDeviceSelectionDialog_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPhotoAcquireDeviceSelectionDialog_Vtbl
impl RefUnwindSafe for IPhotoAcquireDeviceSelectionDialog_Vtbl
impl Send for IPhotoAcquireDeviceSelectionDialog_Vtbl
impl Sync for IPhotoAcquireDeviceSelectionDialog_Vtbl
impl Unpin for IPhotoAcquireDeviceSelectionDialog_Vtbl
impl UnwindSafe for IPhotoAcquireDeviceSelectionDialog_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