Struct IShellFolderViewDual_Vtbl
#[repr(C)]pub struct IShellFolderViewDual_Vtbl {
    pub base__: IDispatch_Vtbl,
    pub Application: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub Folder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub SelectedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub FocusedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub SelectItem: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32) -> HRESULT,
    pub PopupItemMenu: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT, _: VARIANT, _: *mut *mut c_void) -> HRESULT,
    pub Script: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub ViewOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§Application: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Folder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SelectedItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FocusedItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SelectItem: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32) -> HRESULT§PopupItemMenu: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT, _: VARIANT, _: *mut *mut c_void) -> HRESULT§Script: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ViewOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULTImplementations§
§impl IShellFolderViewDual_Vtbl
 
impl IShellFolderViewDual_Vtbl
pub const fn new<Identity: IShellFolderViewDual_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellFolderViewDual_Vtbl
impl RefUnwindSafe for IShellFolderViewDual_Vtbl
impl Send for IShellFolderViewDual_Vtbl
impl Sync for IShellFolderViewDual_Vtbl
impl Unpin for IShellFolderViewDual_Vtbl
impl UnwindSafe for IShellFolderViewDual_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