Struct windows_sys::Win32::Media::DirectShow::BDA_PID_MAP
[−]#[repr(C)]pub struct BDA_PID_MAP {
pub MediaSampleContent: MEDIA_SAMPLE_CONTENT,
pub ulcPIDs: u32,
pub aulPIDs: [u32; 1],
}
Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
MediaSampleContent: MEDIA_SAMPLE_CONTENT
ulcPIDs: u32
aulPIDs: [u32; 1]
Trait Implementations
impl Clone for BDA_PID_MAP
impl Clone for BDA_PID_MAP
impl Copy for BDA_PID_MAP
Auto Trait Implementations
impl RefUnwindSafe for BDA_PID_MAP
impl Send for BDA_PID_MAP
impl Sync for BDA_PID_MAP
impl Unpin for BDA_PID_MAP
impl UnwindSafe for BDA_PID_MAP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more