[][src]Struct intel_genxml::gen11::HucIndObjBaseAddrState

pub struct HucIndObjBaseAddrState<A: Addr + Default> {
    pub dword_length: u32,
    pub subopcode: u32,
    pub media_command_opcode: u32,
    pub pipeline: u32,
    pub command_type: u32,
    pub huc_indirect_stream_in_object_address: A,
    pub huc_indirect_stream_in_object_memory_address_attributes: Memoryaddressattributes,
    pub huc_indirect_stream_in_object_access_upper_bound: A,
    pub huc_indirect_stream_out_object_address: A,
    pub huc_indirect_stream_out_object_memory_address_attributes: Memoryaddressattributes,
    pub huc_indirect_stream_out_object_access_upper_bound: A,
}

Fields

dword_length: u32subopcode: u32media_command_opcode: u32pipeline: u32command_type: u32huc_indirect_stream_in_object_address: Ahuc_indirect_stream_in_object_memory_address_attributes: Memoryaddressattributeshuc_indirect_stream_in_object_access_upper_bound: Ahuc_indirect_stream_out_object_address: Ahuc_indirect_stream_out_object_memory_address_attributes: Memoryaddressattributeshuc_indirect_stream_out_object_access_upper_bound: A

Methods

impl<A: Addr + Default> HucIndObjBaseAddrState<A>[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl<A: Addr + Default> Default for HucIndObjBaseAddrState<A>[src]

impl Deserialize for HucIndObjBaseAddrState<u64>[src]

impl<'_> From<&'_ [u32; 11]> for HucIndObjBaseAddrState<u64>[src]

impl<A: Addr + Default> Serialize for HucIndObjBaseAddrState<A>[src]

type Out = [u32; 11]

Auto Trait Implementations

impl<A> RefUnwindSafe for HucIndObjBaseAddrState<A> where
    A: RefUnwindSafe

impl<A> Send for HucIndObjBaseAddrState<A> where
    A: Send

impl<A> Sync for HucIndObjBaseAddrState<A> where
    A: Sync

impl<A> Unpin for HucIndObjBaseAddrState<A> where
    A: Unpin

impl<A> UnwindSafe for HucIndObjBaseAddrState<A> where
    A: UnwindSafe

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.