[][src]Struct intel_genxml::gen11::CacheModeSs

pub struct CacheModeSs {
    pub instruction_level_1_cache_disable: bool,
    pub instruction_level_1_cache_and_in_flight_queue_disable: bool,
    pub float_blend_optimization_enable: bool,
    pub per_sample_blend_opt_disable: bool,
    pub instruction_level_1_cache_disable_mask: bool,
    pub instruction_level_1_cache_and_in_flight_queue_disable_mask: bool,
    pub float_blend_optimization_enable_mask: bool,
    pub per_sample_blend_opt_disable_mask: bool,
}

Fields

instruction_level_1_cache_disable: boolinstruction_level_1_cache_and_in_flight_queue_disable: boolfloat_blend_optimization_enable: boolper_sample_blend_opt_disable: boolinstruction_level_1_cache_disable_mask: boolinstruction_level_1_cache_and_in_flight_queue_disable_mask: boolfloat_blend_optimization_enable_mask: boolper_sample_blend_opt_disable_mask: bool

Methods

impl CacheModeSs[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for CacheModeSs[src]

impl Deserialize for CacheModeSs[src]

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

impl Serialize for CacheModeSs[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for CacheModeSs

impl Send for CacheModeSs

impl Sync for CacheModeSs

impl Unpin for CacheModeSs

impl UnwindSafe for CacheModeSs

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.