Struct windows_sys::Win32::Media::DirectShow::AM_ExactRateChange
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
OutputZeroTime: i64
Rate: i32
Trait Implementations
impl Clone for AM_ExactRateChange
impl Clone for AM_ExactRateChange
impl Copy for AM_ExactRateChange
Auto Trait Implementations
impl RefUnwindSafe for AM_ExactRateChange
impl Send for AM_ExactRateChange
impl Sync for AM_ExactRateChange
impl Unpin for AM_ExactRateChange
impl UnwindSafe for AM_ExactRateChange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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