Struct IShellItemArray_Vtbl
#[repr(C)]pub struct IShellItemArray_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub BindToHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
    pub GetPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: GETPROPERTYSTOREFLAGS, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
    pub GetPropertyDescriptionList: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
    pub GetAttributes: unsafe extern "system" fn(_: *mut c_void, _: SIATTRIBFLAGS, _: SFGAO_FLAGS, _: *mut SFGAO_FLAGS) -> HRESULT,
    pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
    pub GetItemAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
    pub EnumItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§BindToHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT§GetPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: GETPROPERTYSTOREFLAGS, _: *const GUID, _: *mut *mut c_void) -> HRESULT§GetPropertyDescriptionList: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const GUID, _: *mut *mut c_void) -> HRESULT§GetAttributes: unsafe extern "system" fn(_: *mut c_void, _: SIATTRIBFLAGS, _: SFGAO_FLAGS, _: *mut SFGAO_FLAGS) -> HRESULT§GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetItemAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§EnumItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IShellItemArray_Vtbl
 
impl IShellItemArray_Vtbl
pub const fn new<Identity: IShellItemArray_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellItemArray_Vtbl
impl RefUnwindSafe for IShellItemArray_Vtbl
impl Send for IShellItemArray_Vtbl
impl Sync for IShellItemArray_Vtbl
impl Unpin for IShellItemArray_Vtbl
impl UnwindSafe for IShellItemArray_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