[][src]Struct intel_genxml::gen8::SamplerInstdone

pub struct SamplerInstdone {
    pub ime_done: bool,
    pub pl0_done: bool,
    pub so0_done: bool,
    pub dg0_done: bool,
    pub ft0_done: bool,
    pub dm0_done: bool,
    pub sc_done: bool,
    pub fl0_done: bool,
    pub qc_done: bool,
    pub svsm_done: bool,
    pub si0_done: bool,
    pub mt0_done: bool,
    pub avs_done: bool,
    pub ief_done: bool,
    pub cre_done: bool,
    pub svsm_arb3: bool,
    pub svsm_arb2: bool,
    pub svsm_arb1: bool,
    pub svsm_adapter: bool,
    pub bdm_done: bool,
}

Fields

ime_done: boolpl0_done: boolso0_done: booldg0_done: boolft0_done: booldm0_done: boolsc_done: boolfl0_done: boolqc_done: boolsvsm_done: boolsi0_done: boolmt0_done: boolavs_done: boolief_done: boolcre_done: boolsvsm_arb3: boolsvsm_arb2: boolsvsm_arb1: boolsvsm_adapter: boolbdm_done: bool

Methods

impl SamplerInstdone[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for SamplerInstdone[src]

impl Deserialize for SamplerInstdone[src]

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

impl Serialize for SamplerInstdone[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for SamplerInstdone

impl Send for SamplerInstdone

impl Sync for SamplerInstdone

impl Unpin for SamplerInstdone

impl UnwindSafe for SamplerInstdone

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.