[−][src]Struct intel_genxml::gen7::MiFlush
Fields
state_instruction_cache_invalidate: u32
render_cache_flush_inhibit: u32
global_snapshot_count_reset: u32
generic_media_state_clear: bool
indirect_state_pointers_disable: bool
mi_command_opcode: u32
command_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]
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]
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>,