Struct windows_sys::Win32::Media::DirectShow::PIDListSpanningEvent
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
wPIDCount: u16
pulPIDs: [u32; 1]
Trait Implementations
impl Clone for PIDListSpanningEvent
impl Clone for PIDListSpanningEvent
impl Copy for PIDListSpanningEvent
Auto Trait Implementations
impl RefUnwindSafe for PIDListSpanningEvent
impl Send for PIDListSpanningEvent
impl Sync for PIDListSpanningEvent
impl Unpin for PIDListSpanningEvent
impl UnwindSafe for PIDListSpanningEvent
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