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