Struct windows::Win32::Media::MediaFoundation::MFP_RATE_SET_EVENT
#[repr(C)]pub struct MFP_RATE_SET_EVENT {
pub header: MFP_EVENT_HEADER,
pub pMediaItem: ManuallyDrop<Option<IMFPMediaItem>>,
pub flRate: f32,
}
Fields§
§header: MFP_EVENT_HEADER
§pMediaItem: ManuallyDrop<Option<IMFPMediaItem>>
§flRate: f32
Trait Implementations§
§impl Clone for MFP_RATE_SET_EVENT
impl Clone for MFP_RATE_SET_EVENT
§impl Debug for MFP_RATE_SET_EVENT
impl Debug for MFP_RATE_SET_EVENT
§impl Default for MFP_RATE_SET_EVENT
impl Default for MFP_RATE_SET_EVENT
§impl PartialEq for MFP_RATE_SET_EVENT
impl PartialEq for MFP_RATE_SET_EVENT
§fn eq(&self, other: &MFP_RATE_SET_EVENT) -> bool
fn eq(&self, other: &MFP_RATE_SET_EVENT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MFP_RATE_SET_EVENT
Auto Trait Implementations§
impl Freeze for MFP_RATE_SET_EVENT
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)