Struct windows_sys::Win32::Media::DirectShow::PID_MAP
[−]#[repr(C)]pub struct PID_MAP {
pub ulPID: u32,
pub MediaSampleContent: MEDIA_SAMPLE_CONTENT,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
ulPID: u32
MediaSampleContent: MEDIA_SAMPLE_CONTENT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PID_MAP
impl Send for PID_MAP
impl Sync for PID_MAP
impl Unpin for PID_MAP
impl UnwindSafe for PID_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