[][src]Struct intel_genxml::gen12::Instdone1

pub struct Instdone1 {
    pub prb0_ring_enable: bool,
    pub vfg_done: bool,
    pub vs_done: bool,
    pub hs_done: bool,
    pub te_done: bool,
    pub ds_done: bool,
    pub gs_done: bool,
    pub sol_done: bool,
    pub cl_done: bool,
    pub sf_done: bool,
    pub tdg1_done: bool,
    pub tdg0_done: bool,
    pub urbm_done: bool,
    pub svg_done: bool,
    pub gafs_done: bool,
    pub vfe_done: bool,
    pub tsg0_done: bool,
    pub gafm_done: bool,
    pub gam_done: bool,
    pub rs_done: bool,
    pub cs_done: bool,
    pub sde_done: bool,
    pub rccfbc_cs_done: bool,
    pub tsg1_done: bool,
}

Fields

prb0_ring_enable: boolvfg_done: boolvs_done: boolhs_done: boolte_done: boolds_done: boolgs_done: boolsol_done: boolcl_done: boolsf_done: booltdg1_done: booltdg0_done: boolurbm_done: boolsvg_done: boolgafs_done: boolvfe_done: booltsg0_done: boolgafm_done: boolgam_done: boolrs_done: boolcs_done: boolsde_done: boolrccfbc_cs_done: booltsg1_done: bool

Methods

impl Instdone1[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for Instdone1[src]

impl Deserialize for Instdone1[src]

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

impl Serialize for Instdone1[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for Instdone1

impl Send for Instdone1

impl Sync for Instdone1

impl Unpin for Instdone1

impl UnwindSafe for Instdone1

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.