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