[][src]Struct intel_genxml::gen10::HcpWeightoffsetChromaEntry

pub struct HcpWeightoffsetChromaEntry {
    pub delta_chroma_weight_lx_0: i32,
    pub chroma_offset_lx_0: u32,
    pub delta_chroma_weight_lx_1: i32,
    pub chroma_offset_lx_1: u32,
}

Fields

delta_chroma_weight_lx_0: i32chroma_offset_lx_0: u32delta_chroma_weight_lx_1: i32chroma_offset_lx_1: u32

Methods

impl HcpWeightoffsetChromaEntry[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for HcpWeightoffsetChromaEntry[src]

impl Deserialize for HcpWeightoffsetChromaEntry[src]

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

impl Serialize for HcpWeightoffsetChromaEntry[src]

type Out = [u32; 1]

Auto Trait Implementations

impl RefUnwindSafe for HcpWeightoffsetChromaEntry

impl Send for HcpWeightoffsetChromaEntry

impl Sync for HcpWeightoffsetChromaEntry

impl Unpin for HcpWeightoffsetChromaEntry

impl UnwindSafe for HcpWeightoffsetChromaEntry

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.