#[repr(C)]
pub struct IShellFolderView_Vtbl {
Show 29 fields pub base__: IUnknown_Vtbl, pub Rearrange: unsafe extern "system" fn(_: *mut c_void, _: LPARAM) -> HRESULT, pub GetArrangeParam: unsafe extern "system" fn(_: *mut c_void, _: *mut LPARAM) -> HRESULT, pub ArrangeGrid: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub AutoArrange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetAutoArrange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub AddObject: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT, pub GetObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ITEMIDLIST, _: u32) -> HRESULT, pub RemoveObject: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT, pub GetObjectCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetObjectCount: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT, pub UpdateObject: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT, pub RefreshObject: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT, pub SetRedraw: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub GetSelectedCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetSelectedObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut *mut ITEMIDLIST, _: *mut u32) -> HRESULT, pub IsDropOnSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub GetDragPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut POINT) -> HRESULT, pub GetDropPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut POINT) -> HRESULT, pub MoveIcons: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub SetItemPos: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *const POINT) -> HRESULT, pub IsBkDropTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub SetClipboard: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub SetPoints: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub GetItemSpacing: unsafe extern "system" fn(_: *mut c_void, _: *mut ITEMSPACING) -> HRESULT, pub SetCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Select: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub QuerySupport: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetAutomationObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§Rearrange: unsafe extern "system" fn(_: *mut c_void, _: LPARAM) -> HRESULT§GetArrangeParam: unsafe extern "system" fn(_: *mut c_void, _: *mut LPARAM) -> HRESULT§ArrangeGrid: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§AutoArrange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetAutoArrange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§AddObject: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT§GetObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ITEMIDLIST, _: u32) -> HRESULT§RemoveObject: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT§GetObjectCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetObjectCount: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§UpdateObject: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT§RefreshObject: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut u32) -> HRESULT§SetRedraw: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetSelectedCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetSelectedObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut *mut ITEMIDLIST, _: *mut u32) -> HRESULT§IsDropOnSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetDragPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut POINT) -> HRESULT§GetDropPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut POINT) -> HRESULT§MoveIcons: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetItemPos: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *const POINT) -> HRESULT§IsBkDropTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetClipboard: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§SetPoints: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetItemSpacing: unsafe extern "system" fn(_: *mut c_void, _: *mut ITEMSPACING) -> HRESULT§SetCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§Select: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§QuerySupport: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetAutomationObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT

Implementations§

§

impl IShellFolderView_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IShellFolderView_Impl, const OFFSET: isize>( ) -> IShellFolderView_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.