Union windows_sys::Win32::Media::DirectShow::MPEG_CONTEXT_0
[−]#[repr(C)]
pub union MPEG_CONTEXT_0 {
pub Demux: MPEG_BCS_DEMUX,
pub Winsock: MPEG_WINSOCK,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
Demux: MPEG_BCS_DEMUX
Winsock: MPEG_WINSOCK
Trait Implementations
impl Clone for MPEG_CONTEXT_0
impl Clone for MPEG_CONTEXT_0
impl Copy for MPEG_CONTEXT_0
Auto Trait Implementations
impl RefUnwindSafe for MPEG_CONTEXT_0
impl Send for MPEG_CONTEXT_0
impl Sync for MPEG_CONTEXT_0
impl Unpin for MPEG_CONTEXT_0
impl UnwindSafe for MPEG_CONTEXT_0
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