Struct windows::Win32::Media::MediaPlayer::IWMPSubscriptionService2_Vtbl
#[repr(C)]pub struct IWMPSubscriptionService2_Vtbl {
pub base__: IWMPSubscriptionService_Vtbl,
pub stopBackgroundProcessing: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub serviceEvent: unsafe extern "system" fn(_: *mut c_void, _: WMPSubscriptionServiceEvent) -> HRESULT,
pub deviceAvailable: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut c_void) -> HRESULT,
pub prepareForSync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IWMPSubscriptionService_Vtbl
§stopBackgroundProcessing: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§serviceEvent: unsafe extern "system" fn(_: *mut c_void, _: WMPSubscriptionServiceEvent) -> HRESULT
§deviceAvailable: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut c_void) -> HRESULT
§prepareForSync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut c_void) -> HRESULT
Implementations§
§impl IWMPSubscriptionService2_Vtbl
impl IWMPSubscriptionService2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPSubscriptionService2_Vtblwhere
Identity: IWMPSubscriptionService2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPSubscriptionService2_Vtbl
impl RefUnwindSafe for IWMPSubscriptionService2_Vtbl
impl Send for IWMPSubscriptionService2_Vtbl
impl Sync for IWMPSubscriptionService2_Vtbl
impl Unpin for IWMPSubscriptionService2_Vtbl
impl UnwindSafe for IWMPSubscriptionService2_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