[][src]Struct intel_genxml::gen6::Instdone2

pub struct Instdone2 {
    pub vf_done: bool,
    pub vs0_done: bool,
    pub gs_done: bool,
    pub cl_done: bool,
    pub sf_done: bool,
    pub vme_done: bool,
    pub pl_done: bool,
    pub so_done: bool,
    pub si_done: bool,
    pub dg_done: bool,
    pub ft_done: bool,
    pub dm_done: bool,
    pub sc_done: bool,
    pub fl_done: bool,
    pub qc_done: bool,
    pub svsm_done: bool,
    pub wmfe_done: bool,
    pub iz_done: bool,
    pub psd_done: bool,
    pub dap_done: bool,
    pub rcz_done: bool,
    pub vdi_done: bool,
    pub rcpbe_done: bool,
    pub rcpfe_done: bool,
    pub mt_done: bool,
    pub isc_done: bool,
    pub svg_done: bool,
    pub rcc_done: bool,
    pub svrw_done: bool,
    pub wmbe_done: bool,
    pub cs_done: bool,
    pub gam_done: bool,
}

Fields

vf_done: boolvs0_done: boolgs_done: boolcl_done: boolsf_done: boolvme_done: boolpl_done: boolso_done: boolsi_done: booldg_done: boolft_done: booldm_done: boolsc_done: boolfl_done: boolqc_done: boolsvsm_done: boolwmfe_done: booliz_done: boolpsd_done: booldap_done: boolrcz_done: boolvdi_done: boolrcpbe_done: boolrcpfe_done: boolmt_done: boolisc_done: boolsvg_done: boolrcc_done: boolsvrw_done: boolwmbe_done: boolcs_done: boolgam_done: bool

Methods

impl Instdone2[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for Instdone2[src]

impl Deserialize for Instdone2[src]

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

impl Serialize for Instdone2[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for Instdone2

impl Send for Instdone2

impl Sync for Instdone2

impl Unpin for Instdone2

impl UnwindSafe for Instdone2

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.