[−][src]Struct intel_genxml::gen10::VdencWalkerState
Fields
dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32mb_lcu_start_y_position: u32mb_lcu_start_x_position: u32first_super_slice: boolnext_slice_mb_start_y_position: u32next_slice_mb_lcu_start_x_position: u32log2_weight_denominator_luma: u32hevc_vp9_log2_weight_denominator_luma: u32tile_start_ctb_y: u32tile_start_ctb_x: u32tile_width: u32tile_stream_in_offset_enable: booltile_stream_in_offset: u32tile_row_store_offset_enable: booltile_row_store_offset: u32tile_stream_out_offset_enable: booltile_stream_out_offset: u32tile_lcu_stream_out_offset_enable: booltile_lcu_stream_out_offset: u32Methods
impl VdencWalkerState[src]
pub const DWORD_LENGTH: u32[src]
Trait Implementations
impl Default for VdencWalkerState[src]
impl Deserialize for VdencWalkerState[src]
impl<'_> From<&'_ [u32; 10]> for VdencWalkerState[src]
impl Serialize for VdencWalkerState[src]
Auto Trait Implementations
impl RefUnwindSafe for VdencWalkerState
impl Send for VdencWalkerState
impl Sync for VdencWalkerState
impl Unpin for VdencWalkerState
impl UnwindSafe for VdencWalkerState
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>,