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