[][src]Struct intel_genxml::gen12::HcpWeightoffsetChromaExtEntry

pub struct HcpWeightoffsetChromaExtEntry {
    pub chroma_offset_lx_0_msbyte_i: u32,
    pub chroma_offset_lx_0_msbyte_i_1: u32,
    pub chroma_offset_lx_1_msbyte_i: u32,
    pub chroma_offset_lx_1_msbyte_i_1: u32,
}

Fields

chroma_offset_lx_0_msbyte_i: u32chroma_offset_lx_0_msbyte_i_1: u32chroma_offset_lx_1_msbyte_i: u32chroma_offset_lx_1_msbyte_i_1: u32

Methods

impl HcpWeightoffsetChromaExtEntry[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for HcpWeightoffsetChromaExtEntry[src]

impl Deserialize for HcpWeightoffsetChromaExtEntry[src]

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

impl Serialize for HcpWeightoffsetChromaExtEntry[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for HcpWeightoffsetChromaExtEntry

impl Send for HcpWeightoffsetChromaExtEntry

impl Sync for HcpWeightoffsetChromaExtEntry

impl Unpin for HcpWeightoffsetChromaExtEntry

impl UnwindSafe for HcpWeightoffsetChromaExtEntry

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.