Struct IXFeedFolderEvents_Vtbl
#[repr(C)]pub struct IXFeedFolderEvents_Vtbl {Show 17 fields
pub base__: IUnknown_Vtbl,
pub Error: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub FolderAdded: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub FolderDeleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub FolderRenamed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub FolderMovedFrom: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub FolderMovedTo: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub FolderItemCountChanged: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
pub FeedAdded: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> 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 FeedMovedFrom: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub FeedMovedTo: 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
§FolderAdded: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§FolderDeleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§FolderRenamed: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§FolderMovedFrom: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§FolderMovedTo: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§FolderItemCountChanged: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
§FeedAdded: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> 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
§FeedMovedFrom: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§FeedMovedTo: 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 IXFeedFolderEvents_Vtbl
impl IXFeedFolderEvents_Vtbl
pub const fn new<Identity: IXFeedFolderEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXFeedFolderEvents_Vtbl
impl RefUnwindSafe for IXFeedFolderEvents_Vtbl
impl Send for IXFeedFolderEvents_Vtbl
impl Sync for IXFeedFolderEvents_Vtbl
impl Unpin for IXFeedFolderEvents_Vtbl
impl UnwindSafe for IXFeedFolderEvents_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