Struct windows_sys::Win32::Media::DirectShow::AM_STREAM_INFO
[−]#[repr(C)]pub struct AM_STREAM_INFO {
pub tStart: i64,
pub tStop: i64,
pub dwStartCookie: u32,
pub dwStopCookie: u32,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
tStart: i64
tStop: i64
dwStartCookie: u32
dwStopCookie: u32
dwFlags: u32
Trait Implementations
impl Clone for AM_STREAM_INFO
impl Clone for AM_STREAM_INFO
impl Copy for AM_STREAM_INFO
Auto Trait Implementations
impl RefUnwindSafe for AM_STREAM_INFO
impl Send for AM_STREAM_INFO
impl Sync for AM_STREAM_INFO
impl Unpin for AM_STREAM_INFO
impl UnwindSafe for AM_STREAM_INFO
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