Struct windows_sys::Win32::Media::DirectShow::STREAM_ID_MAP
[−]#[repr(C)]pub struct STREAM_ID_MAP {
pub stream_id: u32,
pub dwMediaSampleContent: u32,
pub ulSubstreamFilterValue: u32,
pub iDataOffset: i32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
stream_id: u32
dwMediaSampleContent: u32
ulSubstreamFilterValue: u32
iDataOffset: i32
Trait Implementations
impl Clone for STREAM_ID_MAP
impl Clone for STREAM_ID_MAP
impl Copy for STREAM_ID_MAP
Auto Trait Implementations
impl RefUnwindSafe for STREAM_ID_MAP
impl Send for STREAM_ID_MAP
impl Sync for STREAM_ID_MAP
impl Unpin for STREAM_ID_MAP
impl UnwindSafe for STREAM_ID_MAP
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