Struct windows_sys::Win32::Media::MediaFoundation::MFP_PLAY_EVENT
[−]#[repr(C)]pub struct MFP_PLAY_EVENT {
pub header: MFP_EVENT_HEADER,
pub pMediaItem: IMFPMediaItem,
}
Expand description
Required features: ‘Win32_Media_MediaFoundation’, ‘Win32_UI_Shell_PropertiesSystem’
Fields
header: MFP_EVENT_HEADER
pMediaItem: IMFPMediaItem
Trait Implementations
impl Clone for MFP_PLAY_EVENT
impl Clone for MFP_PLAY_EVENT
impl Copy for MFP_PLAY_EVENT
Auto Trait Implementations
impl RefUnwindSafe for MFP_PLAY_EVENT
impl !Send for MFP_PLAY_EVENT
impl !Sync for MFP_PLAY_EVENT
impl Unpin for MFP_PLAY_EVENT
impl UnwindSafe for MFP_PLAY_EVENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more