Struct windows_sys::Win32::Media::MediaFoundation::MFP_RATE_SET_EVENT
[−]#[repr(C)]pub struct MFP_RATE_SET_EVENT {
pub header: MFP_EVENT_HEADER,
pub pMediaItem: IMFPMediaItem,
pub flRate: f32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_UI_Shell_PropertiesSystem"
Fields
header: MFP_EVENT_HEADER
pMediaItem: IMFPMediaItem
flRate: f32
Trait Implementations
impl Clone for MFP_RATE_SET_EVENT
impl Clone for MFP_RATE_SET_EVENT
impl Copy for MFP_RATE_SET_EVENT
Auto Trait Implementations
impl RefUnwindSafe for MFP_RATE_SET_EVENT
impl !Send for MFP_RATE_SET_EVENT
impl !Sync for MFP_RATE_SET_EVENT
impl Unpin for MFP_RATE_SET_EVENT
impl UnwindSafe for MFP_RATE_SET_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