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