Struct IShellFolderViewDual2_Vtbl
#[repr(C)]pub struct IShellFolderViewDual2_Vtbl {
    pub base__: IShellFolderViewDual_Vtbl,
    pub CurrentViewMode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
    pub SetCurrentViewMode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
    pub SelectItemRelative: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}Fields§
§base__: IShellFolderViewDual_Vtbl§CurrentViewMode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetCurrentViewMode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§SelectItemRelative: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULTImplementations§
§impl IShellFolderViewDual2_Vtbl
 
impl IShellFolderViewDual2_Vtbl
pub const fn new<Identity: IShellFolderViewDual2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellFolderViewDual2_Vtbl
impl RefUnwindSafe for IShellFolderViewDual2_Vtbl
impl Send for IShellFolderViewDual2_Vtbl
impl Sync for IShellFolderViewDual2_Vtbl
impl Unpin for IShellFolderViewDual2_Vtbl
impl UnwindSafe for IShellFolderViewDual2_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