#[repr(C)]
pub struct IFolderView2_Vtbl {
Show 26 fields pub base__: IFolderView_Vtbl, pub SetGroupBy: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: BOOL) -> HRESULT, pub GetGroupBy: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPERTYKEY, _: *mut BOOL) -> HRESULT, pub SetViewProperty: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *const PROPERTYKEY, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT, pub GetViewProperty: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *const PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT, pub SetTileViewProperties: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: PCWSTR) -> HRESULT, pub SetExtendedTileViewProperties: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: PCWSTR) -> HRESULT, pub SetText: unsafe extern "system" fn(_: *mut c_void, _: FVTEXTTYPE, _: PCWSTR) -> HRESULT, pub SetCurrentFolderFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT, pub GetCurrentFolderFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetSortColumnCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetSortColumns: unsafe extern "system" fn(_: *mut c_void, _: *const SORTCOLUMN, _: i32) -> HRESULT, pub GetSortColumns: unsafe extern "system" fn(_: *mut c_void, _: *mut SORTCOLUMN, _: i32) -> HRESULT, pub GetItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const GUID, _: *mut *mut c_void) -> HRESULT, pub GetVisibleItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: BOOL, _: *mut i32) -> HRESULT, pub GetSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT, pub GetSelection: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT, pub GetSelectionState: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT, pub InvokeVerbOnSelection: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT, pub SetViewModeAndIconSize: unsafe extern "system" fn(_: *mut c_void, _: FOLDERVIEWMODE, _: i32) -> HRESULT, pub GetViewModeAndIconSize: unsafe extern "system" fn(_: *mut c_void, _: *mut FOLDERVIEWMODE, _: *mut i32) -> HRESULT, pub SetGroupSubsetCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub GetGroupSubsetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetRedraw: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub IsMoveInSameFolder: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub DoRename: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}

Fields§

§base__: IFolderView_Vtbl§SetGroupBy: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: BOOL) -> HRESULT§GetGroupBy: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPERTYKEY, _: *mut BOOL) -> HRESULT§SetViewProperty: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *const PROPERTYKEY, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT§GetViewProperty: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *const PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT§SetTileViewProperties: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: PCWSTR) -> HRESULT§SetExtendedTileViewProperties: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: PCWSTR) -> HRESULT§SetText: unsafe extern "system" fn(_: *mut c_void, _: FVTEXTTYPE, _: PCWSTR) -> HRESULT§SetCurrentFolderFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§GetCurrentFolderFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetSortColumnCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetSortColumns: unsafe extern "system" fn(_: *mut c_void, _: *const SORTCOLUMN, _: i32) -> HRESULT§GetSortColumns: unsafe extern "system" fn(_: *mut c_void, _: *mut SORTCOLUMN, _: i32) -> HRESULT§GetItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const GUID, _: *mut *mut c_void) -> HRESULT§GetVisibleItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: BOOL, _: *mut i32) -> HRESULT§GetSelectedItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT§GetSelection: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT§GetSelectionState: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT§InvokeVerbOnSelection: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT§SetViewModeAndIconSize: unsafe extern "system" fn(_: *mut c_void, _: FOLDERVIEWMODE, _: i32) -> HRESULT§GetViewModeAndIconSize: unsafe extern "system" fn(_: *mut c_void, _: *mut FOLDERVIEWMODE, _: *mut i32) -> HRESULT§SetGroupSubsetCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetGroupSubsetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetRedraw: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§IsMoveInSameFolder: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§DoRename: unsafe extern "system" fn(_: *mut c_void) -> HRESULT

Implementations§

§

impl IFolderView2_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IFolderView2_Impl, const OFFSET: isize>( ) -> IFolderView2_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.