Struct windows_sys::Win32::Media::DirectShow::SAMPLE_LIVE_STREAM_TIME
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
qwStreamTime: u64
qwLiveTime: u64
Trait Implementations
impl Clone for SAMPLE_LIVE_STREAM_TIME
impl Clone for SAMPLE_LIVE_STREAM_TIME
impl Copy for SAMPLE_LIVE_STREAM_TIME
Auto Trait Implementations
impl RefUnwindSafe for SAMPLE_LIVE_STREAM_TIME
impl Send for SAMPLE_LIVE_STREAM_TIME
impl Sync for SAMPLE_LIVE_STREAM_TIME
impl Unpin for SAMPLE_LIVE_STREAM_TIME
impl UnwindSafe for SAMPLE_LIVE_STREAM_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