Struct windows::Win32::Media::MediaPlayer::IWMPDownloadItem_Vtbl
#[repr(C)]pub struct IWMPDownloadItem_Vtbl {
pub base__: IDispatch_Vtbl,
pub sourceURL: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub size: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub type: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub progress: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub downloadState: unsafe extern "system" fn(_: *mut c_void, _: *mut WMPSubscriptionDownloadState) -> HRESULT,
pub pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§sourceURL: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§size: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§type: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§progress: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§downloadState: unsafe extern "system" fn(_: *mut c_void, _: *mut WMPSubscriptionDownloadState) -> HRESULT
§pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWMPDownloadItem_Vtbl
impl IWMPDownloadItem_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPDownloadItem_Vtblwhere
Identity: IWMPDownloadItem_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPDownloadItem_Vtbl
impl RefUnwindSafe for IWMPDownloadItem_Vtbl
impl Send for IWMPDownloadItem_Vtbl
impl Sync for IWMPDownloadItem_Vtbl
impl Unpin for IWMPDownloadItem_Vtbl
impl UnwindSafe for IWMPDownloadItem_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