[][src]Struct intel_genxml::gen11::HcpTileState

pub struct HcpTileState {
    pub dword_length: u32,
    pub media_instruction_command: u32,
    pub media_command_opcode: u32,
    pub pipeline: u32,
    pub command_type: u32,
    pub number_of_tile_rows: u32,
    pub number_of_tile_columns: u32,
    pub column_position: [HcpTilePositionInCtb; 5],
    pub row_position: [HcpTilePositionInCtb; 6],
    pub ctb_column_position_msb: HcpTilePositionInCtbMsb,
    pub ctb_row_position_msb: HcpTilePositionInCtbMsb,
}

Fields

dword_length: u32media_instruction_command: u32media_command_opcode: u32pipeline: u32command_type: u32number_of_tile_rows: u32number_of_tile_columns: u32column_position: [HcpTilePositionInCtb; 5]row_position: [HcpTilePositionInCtb; 6]ctb_column_position_msb: HcpTilePositionInCtbMsbctb_row_position_msb: HcpTilePositionInCtbMsb

Methods

impl HcpTileState[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for HcpTileState[src]

impl Deserialize for HcpTileState[src]

impl<'_> From<&'_ [u32; 17]> for HcpTileState[src]

impl Serialize for HcpTileState[src]

type Out = [u32; 17]

Auto Trait Implementations

impl RefUnwindSafe for HcpTileState

impl Send for HcpTileState

impl Sync for HcpTileState

impl Unpin for HcpTileState

impl UnwindSafe for HcpTileState

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.