Struct IXFeedEnclosure_Vtbl
#[repr(C)]pub struct IXFeedEnclosure_Vtbl {Show 14 fields
pub base__: IUnknown_Vtbl,
pub Url: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Length: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AsyncDownload: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CancelAsyncDownload: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DownloadStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut FEEDS_DOWNLOAD_STATUS) -> HRESULT,
pub LastDownloadError: unsafe extern "system" fn(_: *mut c_void, _: *mut FEEDS_DOWNLOAD_ERROR) -> HRESULT,
pub LocalPath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Parent: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub DownloadUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub DownloadMimeType: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub RemoveFile: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Url: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Length: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§AsyncDownload: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CancelAsyncDownload: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§DownloadStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut FEEDS_DOWNLOAD_STATUS) -> HRESULT
§LastDownloadError: unsafe extern "system" fn(_: *mut c_void, _: *mut FEEDS_DOWNLOAD_ERROR) -> HRESULT
§LocalPath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Parent: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§DownloadUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§DownloadMimeType: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§RemoveFile: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT
Implementations§
§impl IXFeedEnclosure_Vtbl
impl IXFeedEnclosure_Vtbl
pub const fn new<Identity: IXFeedEnclosure_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXFeedEnclosure_Vtbl
impl RefUnwindSafe for IXFeedEnclosure_Vtbl
impl Send for IXFeedEnclosure_Vtbl
impl Sync for IXFeedEnclosure_Vtbl
impl Unpin for IXFeedEnclosure_Vtbl
impl UnwindSafe for IXFeedEnclosure_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