Struct windows::Win32::Media::MediaPlayer::IWMPSubscriptionService_Vtbl
#[repr(C)]pub struct IWMPSubscriptionService_Vtbl {
pub base__: IUnknown_Vtbl,
pub allowPlay: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub allowCDBurn: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub allowPDATransfer: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub startBackgroundProcessing: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§allowPlay: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: *mut BOOL) -> HRESULT
§allowCDBurn: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: *mut BOOL) -> HRESULT
§allowPDATransfer: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut c_void, _: *mut BOOL) -> HRESULT
§startBackgroundProcessing: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
Implementations§
§impl IWMPSubscriptionService_Vtbl
impl IWMPSubscriptionService_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPSubscriptionService_Vtblwhere
Identity: IWMPSubscriptionService_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPSubscriptionService_Vtbl
impl RefUnwindSafe for IWMPSubscriptionService_Vtbl
impl Send for IWMPSubscriptionService_Vtbl
impl Sync for IWMPSubscriptionService_Vtbl
impl Unpin for IWMPSubscriptionService_Vtbl
impl UnwindSafe for IWMPSubscriptionService_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