Struct windows_sys::Win32::Media::DirectShow::AM_SimpleRateChange
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
StartTime: i64
Rate: i32
Trait Implementations
impl Clone for AM_SimpleRateChange
impl Clone for AM_SimpleRateChange
impl Copy for AM_SimpleRateChange
Auto Trait Implementations
impl RefUnwindSafe for AM_SimpleRateChange
impl Send for AM_SimpleRateChange
impl Sync for AM_SimpleRateChange
impl Unpin for AM_SimpleRateChange
impl UnwindSafe for AM_SimpleRateChange
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