[][src]Struct intel_genxml::gen12::ScInstdone

pub struct ScInstdone {
    pub svl_done: bool,
    pub wmfe_done: bool,
    pub wmbe_done: bool,
    pub hiz_done: bool,
    pub stc_done: bool,
    pub iz_done: bool,
    pub sbe_done: bool,
    pub rcz_done: bool,
    pub rcc_done: bool,
    pub rcpbe_done: bool,
    pub rcpfe_done: bool,
    pub dapb_done: bool,
    pub daprbe_done: bool,
    pub sarb_done: bool,
    pub dc0_done: bool,
    pub dc1_done: bool,
    pub dc2_done: bool,
    pub dc3_done: bool,
    pub gw0_done: bool,
    pub gw1_done: bool,
    pub gw2_done: bool,
    pub gw3_done: bool,
    pub tdc_done: bool,
    pub sfbe_done: bool,
}

Fields

svl_done: boolwmfe_done: boolwmbe_done: boolhiz_done: boolstc_done: booliz_done: boolsbe_done: boolrcz_done: boolrcc_done: boolrcpbe_done: boolrcpfe_done: booldapb_done: booldaprbe_done: boolsarb_done: booldc0_done: booldc1_done: booldc2_done: booldc3_done: boolgw0_done: boolgw1_done: boolgw2_done: boolgw3_done: booltdc_done: boolsfbe_done: bool

Methods

impl ScInstdone[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for ScInstdone[src]

impl Deserialize for ScInstdone[src]

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

impl Serialize for ScInstdone[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for ScInstdone

impl Send for ScInstdone

impl Sync for ScInstdone

impl Unpin for ScInstdone

impl UnwindSafe for ScInstdone

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.