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