Struct windows_sys::Win32::Media::MediaFoundation::ASF_MUX_STATISTICS
[−]Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
cFramesWritten: u32
cFramesDropped: u32
Trait Implementations
impl Clone for ASF_MUX_STATISTICS
impl Clone for ASF_MUX_STATISTICS
impl Copy for ASF_MUX_STATISTICS
Auto Trait Implementations
impl RefUnwindSafe for ASF_MUX_STATISTICS
impl Send for ASF_MUX_STATISTICS
impl Sync for ASF_MUX_STATISTICS
impl Unpin for ASF_MUX_STATISTICS
impl UnwindSafe for ASF_MUX_STATISTICS
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