Struct 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) -> HRESULTImplementations§
§impl IParentAndItem_Vtbl
 
impl IParentAndItem_Vtbl
pub const fn new<Identity: IParentAndItem_Impl, const OFFSET: isize>() -> Self
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