[][src]Struct intel_genxml::gen8::RowInstdone

pub struct RowInstdone {
    pub bc_done: bool,
    pub psd_done: bool,
    pub dapr_done: bool,
    pub tdl_done: bool,
    pub ic_done: bool,
    pub ma0_done: bool,
    pub eu00_done_ss0: bool,
    pub eu01_done_ss0: bool,
    pub eu02_done_ss0: bool,
    pub eu03_done_ss0: bool,
    pub eu10_done_ss0: bool,
    pub eu11_done_ss0: bool,
    pub eu12_done_ss0: bool,
    pub eu13_done_ss0: bool,
    pub ma1_done_ss0: bool,
}

Fields

bc_done: boolpsd_done: booldapr_done: booltdl_done: boolic_done: boolma0_done: booleu00_done_ss0: booleu01_done_ss0: booleu02_done_ss0: booleu03_done_ss0: booleu10_done_ss0: booleu11_done_ss0: booleu12_done_ss0: booleu13_done_ss0: boolma1_done_ss0: bool

Methods

impl RowInstdone[src]

pub const DWORD_LENGTH: u32[src]

pub const NUM: u64[src]

Trait Implementations

impl Default for RowInstdone[src]

impl Deserialize for RowInstdone[src]

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

impl Serialize for RowInstdone[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for RowInstdone

impl Send for RowInstdone

impl Sync for RowInstdone

impl Unpin for RowInstdone

impl UnwindSafe for RowInstdone

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.