[][src]Struct intel_genxml::gen8::SoDeclEntry

pub struct SoDeclEntry {
    pub stream_0_decl: SoDecl,
    pub stream_1_decl: SoDecl,
    pub stream_2_decl: SoDecl,
    pub stream_3_decl: SoDecl,
}

Fields

stream_0_decl: SoDeclstream_1_decl: SoDeclstream_2_decl: SoDeclstream_3_decl: SoDecl

Methods

impl SoDeclEntry[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for SoDeclEntry[src]

impl Deserialize for SoDeclEntry[src]

impl<'_> From<&'_ [u32; 2]> for SoDeclEntry[src]

impl Serialize for SoDeclEntry[src]

type Out = [u32; 2]

Auto Trait Implementations

impl RefUnwindSafe for SoDeclEntry

impl Send for SoDeclEntry

impl Sync for SoDeclEntry

impl Unpin for SoDeclEntry

impl UnwindSafe for SoDeclEntry

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.