[][src]Struct intel_genxml::gen10::VcsInstdone

pub struct VcsInstdone {
    pub ring_enable: bool,
    pub usb_done: bool,
    pub qrc_done: bool,
    pub sec_done: bool,
    pub mpc_done: bool,
    pub vft_done: bool,
    pub bsp_done: bool,
    pub vlf_done: bool,
    pub vop_done: bool,
    pub vmc_done: bool,
    pub vip_done: bool,
    pub vit_done: bool,
    pub vds_done: bool,
    pub vmx_done: bool,
    pub vcp_done: bool,
    pub vcd_done: bool,
    pub vad_done: bool,
    pub vmd_done: bool,
    pub vis_done: bool,
    pub vac_done: bool,
    pub vam_done: bool,
    pub jpg_done: bool,
    pub vbp_done: bool,
    pub vhr_done: bool,
    pub vci_done: bool,
    pub vcr_done: bool,
    pub vin_done: bool,
    pub vpr_done: bool,
    pub vtq_done: bool,
    pub reserved: bool,
    pub vcs_done: bool,
    pub gac_done: bool,
}

Fields

ring_enable: boolusb_done: boolqrc_done: boolsec_done: boolmpc_done: boolvft_done: boolbsp_done: boolvlf_done: boolvop_done: boolvmc_done: boolvip_done: boolvit_done: boolvds_done: boolvmx_done: boolvcp_done: boolvcd_done: boolvad_done: boolvmd_done: boolvis_done: boolvac_done: boolvam_done: booljpg_done: boolvbp_done: boolvhr_done: boolvci_done: boolvcr_done: boolvin_done: boolvpr_done: boolvtq_done: boolreserved: boolvcs_done: boolgac_done: bool

Methods

impl VcsInstdone[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for VcsInstdone[src]

impl Deserialize for VcsInstdone[src]

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

impl Serialize for VcsInstdone[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for VcsInstdone

impl Send for VcsInstdone

impl Sync for VcsInstdone

impl Unpin for VcsInstdone

impl UnwindSafe for VcsInstdone

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.