Struct windows_sys::Win32::Media::DirectShow::MPEG_SERVICE_REQUEST
[−]#[repr(C, packed(1))]pub struct MPEG_SERVICE_REQUEST {
pub Type: MPEG_REQUEST_TYPE,
pub Context: MPEG_CONTEXT,
pub Pid: u16,
pub TableId: u8,
pub Filter: MPEG2_FILTER,
pub Flags: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
Type: MPEG_REQUEST_TYPE
Context: MPEG_CONTEXT
Pid: u16
TableId: u8
Filter: MPEG2_FILTER
Flags: u32
Trait Implementations
impl Clone for MPEG_SERVICE_REQUEST
impl Clone for MPEG_SERVICE_REQUEST
impl Copy for MPEG_SERVICE_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for MPEG_SERVICE_REQUEST
impl Send for MPEG_SERVICE_REQUEST
impl Sync for MPEG_SERVICE_REQUEST
impl Unpin for MPEG_SERVICE_REQUEST
impl UnwindSafe for MPEG_SERVICE_REQUEST
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