[−][src]Struct intel_genxml::gen9::MfxMpegTsControlCommand
Fields
dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32video_packetid_header_parameter: u32streamid_lower_nibble: u32output_ts_packet_grouping_select: u32copy_right_flag_in_pes_header: u32original_or_flag_in_pes_header: u32dsm_trick_mode_flag_in_pes_header: u32additional_copy_info_flag_in_pes_header: boolpayload_unit_start_indicator_control: u32pcr_90_khz_component_least_significant_bits: u32_90khz_counter_msb: u32_27mhz_counter: u32pts_delta: u32mpegts_packet_count: u32continuity_counter: u32Methods
impl MfxMpegTsControlCommand[src]
pub const DWORD_LENGTH: u32[src]
Trait Implementations
impl Default for MfxMpegTsControlCommand[src]
impl Deserialize for MfxMpegTsControlCommand[src]
impl<'_> From<&'_ [u32; 6]> for MfxMpegTsControlCommand[src]
impl Serialize for MfxMpegTsControlCommand[src]
Auto Trait Implementations
impl RefUnwindSafe for MfxMpegTsControlCommand
impl Send for MfxMpegTsControlCommand
impl Sync for MfxMpegTsControlCommand
impl Unpin for MfxMpegTsControlCommand
impl UnwindSafe for MfxMpegTsControlCommand
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,