Struct ITargetedContentItem_Vtbl
#[repr(C)]pub struct ITargetedContentItem_Vtbl {
pub base__: IInspectable_Vtbl,
pub Path: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReportInteraction: unsafe extern "system" fn(_: *mut c_void, _: TargetedContentInteraction) -> HRESULT,
pub ReportCustomInteraction: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Collections: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Path: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ReportInteraction: unsafe extern "system" fn(_: *mut c_void, _: TargetedContentInteraction) -> HRESULT
§ReportCustomInteraction: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Collections: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITargetedContentItem_Vtbl
impl RefUnwindSafe for ITargetedContentItem_Vtbl
impl Send for ITargetedContentItem_Vtbl
impl Sync for ITargetedContentItem_Vtbl
impl Unpin for ITargetedContentItem_Vtbl
impl UnwindSafe for ITargetedContentItem_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