Struct IFileOpenDialog_Vtbl
#[repr(C)]pub struct IFileOpenDialog_Vtbl {
    pub base__: IFileDialog_Vtbl,
    pub GetResults: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub GetSelectedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IFileDialog_Vtbl§GetResults: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetSelectedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IFileOpenDialog_Vtbl
 
impl IFileOpenDialog_Vtbl
pub const fn new<Identity: IFileOpenDialog_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileOpenDialog_Vtbl
impl RefUnwindSafe for IFileOpenDialog_Vtbl
impl Send for IFileOpenDialog_Vtbl
impl Sync for IFileOpenDialog_Vtbl
impl Unpin for IFileOpenDialog_Vtbl
impl UnwindSafe for IFileOpenDialog_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