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