Struct 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,
}
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
§fn clone(&self) -> MPEG_SERVICE_REQUEST
fn clone(&self) -> MPEG_SERVICE_REQUEST
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for MPEG_SERVICE_REQUEST
impl Default for MPEG_SERVICE_REQUEST
impl Copy for MPEG_SERVICE_REQUEST
Auto Trait Implementations§
impl Freeze for MPEG_SERVICE_REQUEST
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§
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