#[repr(C)]pub struct IFileOpenDialogVtbl {
pub parent: IFileDialogVtbl,
pub GetResults: unsafe extern "system" fn(This: *mut IFileOpenDialog, ppenum: *mut *mut IShellItemArray) -> HRESULT,
pub GetSelectedItems: unsafe extern "system" fn(This: *mut IFileOpenDialog, ppsai: *mut *mut IShellItemArray) -> HRESULT,
}Fields§
§parent: IFileDialogVtbl§GetResults: unsafe extern "system" fn(This: *mut IFileOpenDialog, ppenum: *mut *mut IShellItemArray) -> HRESULT§GetSelectedItems: unsafe extern "system" fn(This: *mut IFileOpenDialog, ppsai: *mut *mut IShellItemArray) -> HRESULTAuto Trait Implementations§
impl Freeze for IFileOpenDialogVtbl
impl RefUnwindSafe for IFileOpenDialogVtbl
impl Send for IFileOpenDialogVtbl
impl Sync for IFileOpenDialogVtbl
impl Unpin for IFileOpenDialogVtbl
impl UnwindSafe for IFileOpenDialogVtbl
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