[][src]Struct intel_genxml::gen6::MiFlush

pub struct MiFlush {
    pub state_instruction_cache_invalidate: u32,
    pub render_cache_flush_inhibit: u32,
    pub global_snapshot_count_reset: u32,
    pub generic_media_state_clear: bool,
    pub indirect_state_pointers_disable: bool,
    pub mi_command_opcode: u32,
    pub command_type: u32,
}

Fields

state_instruction_cache_invalidate: u32render_cache_flush_inhibit: u32global_snapshot_count_reset: u32generic_media_state_clear: boolindirect_state_pointers_disable: boolmi_command_opcode: u32command_type: u32

Methods

impl MiFlush[src]

pub const DWORD_LENGTH: u32[src]

pub const DON_T_FLUSH: u32[src]

pub const DON_T_INVALIDATE: u32[src]

pub const DON_T_RESET: u32[src]

pub const FLUSH: u32[src]

pub const INVALIDATE: u32[src]

pub const RESET: u32[src]

Trait Implementations

impl Default for MiFlush[src]

impl Deserialize for MiFlush[src]

impl<'_> From<&'_ [u32; 1]> for MiFlush[src]

impl Serialize for MiFlush[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for MiFlush

impl Send for MiFlush

impl Sync for MiFlush

impl Unpin for MiFlush

impl UnwindSafe for MiFlush

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.