[][src]Struct intel_genxml::gen11::MiLoadRegisterImm

pub struct MiLoadRegisterImm {
    pub dword_length: u32,
    pub byte_write_disables: u32,
    pub add_cs_mmio_start_offset: u32,
    pub mi_command_opcode: u32,
    pub command_type: u32,
    pub register_offset: u64,
    pub data_dword: u32,
}

Fields

dword_length: u32byte_write_disables: u32add_cs_mmio_start_offset: u32mi_command_opcode: u32command_type: u32register_offset: u64data_dword: u32

Methods

impl MiLoadRegisterImm[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for MiLoadRegisterImm[src]

impl Deserialize for MiLoadRegisterImm[src]

impl<'_> From<&'_ [u32; 3]> for MiLoadRegisterImm[src]

impl Serialize for MiLoadRegisterImm[src]

type Out = [u32; 3]

Auto Trait Implementations

impl RefUnwindSafe for MiLoadRegisterImm

impl Send for MiLoadRegisterImm

impl Sync for MiLoadRegisterImm

impl Unpin for MiLoadRegisterImm

impl UnwindSafe for MiLoadRegisterImm

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.