Struct IWMPEvents2_Vtbl
#[repr(C)]pub struct IWMPEvents2_Vtbl {
pub base__: IWMPEvents_Vtbl,
pub DeviceConnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void),
pub DeviceDisconnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void),
pub DeviceStatusChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPDeviceStatus),
pub DeviceSyncStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPSyncState),
pub DeviceSyncError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void),
pub CreatePartnershipComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HRESULT),
}
Fields§
§base__: IWMPEvents_Vtbl
§DeviceConnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void)
§DeviceDisconnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void)
§DeviceStatusChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPDeviceStatus)
§DeviceSyncStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPSyncState)
§DeviceSyncError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void)
§CreatePartnershipComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HRESULT)
Implementations§
§impl IWMPEvents2_Vtbl
impl IWMPEvents2_Vtbl
pub const fn new<Identity: IWMPEvents2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPEvents2_Vtbl
impl RefUnwindSafe for IWMPEvents2_Vtbl
impl Send for IWMPEvents2_Vtbl
impl Sync for IWMPEvents2_Vtbl
impl Unpin for IWMPEvents2_Vtbl
impl UnwindSafe for IWMPEvents2_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