Struct PID_MAP
#[repr(C)]pub struct PID_MAP {
pub ulPID: u32,
pub MediaSampleContent: MEDIA_SAMPLE_CONTENT,
}
Fields§
§ulPID: u32
§MediaSampleContent: MEDIA_SAMPLE_CONTENT
Trait Implementations§
impl Copy for PID_MAP
impl StructuralPartialEq for PID_MAP
Auto Trait Implementations§
impl Freeze for PID_MAP
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more