Struct windows::Win32::UI::Shell::IResultsFolder_Vtbl
#[repr(C)]pub struct IResultsFolder_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddIDList: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut *mut ITEMIDLIST) -> HRESULT,
pub RemoveItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveIDList: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST) -> HRESULT,
pub RemoveAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AddIDList: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut *mut ITEMIDLIST) -> HRESULT
§RemoveItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveIDList: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST) -> HRESULT
§RemoveAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IResultsFolder_Vtbl
impl IResultsFolder_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IResultsFolder_Vtblwhere
Identity: IResultsFolder_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IResultsFolder_Vtbl
impl RefUnwindSafe for IResultsFolder_Vtbl
impl Send for IResultsFolder_Vtbl
impl Sync for IResultsFolder_Vtbl
impl Unpin for IResultsFolder_Vtbl
impl UnwindSafe for IResultsFolder_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