Struct IExplorerBrowser_Vtbl
#[repr(C)]pub struct IExplorerBrowser_Vtbl {Show 16 fields
    pub base__: IUnknown_Vtbl,
    pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const RECT, _: *const FOLDERSETTINGS) -> HRESULT,
    pub Destroy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub SetRect: unsafe extern "system" fn(_: *mut c_void, _: *mut HDWP, _: RECT) -> HRESULT,
    pub SetPropertyBag: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub SetEmptyText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub SetFolderSettings: unsafe extern "system" fn(_: *mut c_void, _: *const FOLDERSETTINGS) -> HRESULT,
    pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
    pub Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub SetOptions: unsafe extern "system" fn(_: *mut c_void, _: EXPLORER_BROWSER_OPTIONS) -> HRESULT,
    pub GetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut EXPLORER_BROWSER_OPTIONS) -> HRESULT,
    pub BrowseToIDList: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: u32) -> HRESULT,
    pub BrowseToObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
    pub FillFromObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EXPLORER_BROWSER_FILL_FLAGS) -> HRESULT,
    pub RemoveAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub GetCurrentView: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§Initialize: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const RECT, _: *const FOLDERSETTINGS) -> HRESULT§Destroy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SetRect: unsafe extern "system" fn(_: *mut c_void, _: *mut HDWP, _: RECT) -> HRESULT§SetPropertyBag: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§SetEmptyText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§SetFolderSettings: unsafe extern "system" fn(_: *mut c_void, _: *const FOLDERSETTINGS) -> HRESULT§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT§Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§SetOptions: unsafe extern "system" fn(_: *mut c_void, _: EXPLORER_BROWSER_OPTIONS) -> HRESULT§GetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut EXPLORER_BROWSER_OPTIONS) -> HRESULT§BrowseToIDList: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: u32) -> HRESULT§BrowseToObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT§FillFromObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EXPLORER_BROWSER_FILL_FLAGS) -> HRESULT§RemoveAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetCurrentView: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IExplorerBrowser_Vtbl
 
impl IExplorerBrowser_Vtbl
pub const fn new<Identity: IExplorerBrowser_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IExplorerBrowser_Vtbl
impl RefUnwindSafe for IExplorerBrowser_Vtbl
impl Send for IExplorerBrowser_Vtbl
impl Sync for IExplorerBrowser_Vtbl
impl Unpin for IExplorerBrowser_Vtbl
impl UnwindSafe for IExplorerBrowser_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