Struct IXFeedEvents_Vtbl
#[repr(C)]pub struct IXFeedEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub Error: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub FeedDeleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub FeedRenamed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub FeedUrlChanged: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub FeedMoved: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub FeedDownloading: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub FeedDownloadCompleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: FEEDS_DOWNLOAD_ERROR) -> HRESULT,
pub FeedItemCountChanged: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Error: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§FeedDeleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§FeedRenamed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§FeedUrlChanged: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§FeedMoved: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§FeedDownloading: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§FeedDownloadCompleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: FEEDS_DOWNLOAD_ERROR) -> HRESULT
§FeedItemCountChanged: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
Implementations§
§impl IXFeedEvents_Vtbl
impl IXFeedEvents_Vtbl
pub const fn new<Identity: IXFeedEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXFeedEvents_Vtbl
impl RefUnwindSafe for IXFeedEvents_Vtbl
impl Send for IXFeedEvents_Vtbl
impl Sync for IXFeedEvents_Vtbl
impl Unpin for IXFeedEvents_Vtbl
impl UnwindSafe for IXFeedEvents_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