Struct IPhotoAcquireOptionsDialog_Vtbl
#[repr(C)]pub struct IPhotoAcquireOptionsDialog_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Create: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut HWND) -> HRESULT,
pub Destroy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DoModal: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut isize) -> HRESULT,
pub SaveData: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Create: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut HWND) -> HRESULT
§Destroy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§DoModal: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut isize) -> HRESULT
§SaveData: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IPhotoAcquireOptionsDialog_Vtbl
impl IPhotoAcquireOptionsDialog_Vtbl
pub const fn new<Identity: IPhotoAcquireOptionsDialog_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPhotoAcquireOptionsDialog_Vtbl
impl RefUnwindSafe for IPhotoAcquireOptionsDialog_Vtbl
impl Send for IPhotoAcquireOptionsDialog_Vtbl
impl Sync for IPhotoAcquireOptionsDialog_Vtbl
impl Unpin for IPhotoAcquireOptionsDialog_Vtbl
impl UnwindSafe for IPhotoAcquireOptionsDialog_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