Struct windows_sys::Win32::Media::DirectShow::AM_SimpleRateChange
[−]Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
StartTime: i64Rate: i32Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more