[][src]Struct intel_genxml::gen8::MemoryObjectControlState

pub struct MemoryObjectControlState {
    pub age_for_quadlru: u32,
    pub target_cache: u32,
    pub memory_type_llc_ellc_cacheability_control: u32,
}

Fields

age_for_quadlru: u32target_cache: u32memory_type_llc_ellc_cacheability_control: u32

Methods

impl MemoryObjectControlState[src]

pub const DWORD_LENGTH: u32[src]

pub const ELLC_ONLY_WHEN_EDRAM_IS_PRESENT_ELSE_GETS_ALLOCATED_IN_LLC: u32[src]

pub const L3_DEFER_TO_PAT_FOR_LLC_ELLC_SELECTION: u32[src]

pub const LLC_ELLC_ALLOWED: u32[src]

pub const LLC_ONLY: u32[src]

pub const UC_UNCACHEABLE: u32[src]

pub const UC_WITH_FENCE_IF_COHERENT_CYCLE: u32[src]

pub const WB: u32[src]

pub const WT: u32[src]

Trait Implementations

impl Default for MemoryObjectControlState[src]

impl Deserialize for MemoryObjectControlState[src]

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

impl Serialize for MemoryObjectControlState[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for MemoryObjectControlState

impl Send for MemoryObjectControlState

impl Sync for MemoryObjectControlState

impl Unpin for MemoryObjectControlState

impl UnwindSafe for MemoryObjectControlState

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.