[][src]Struct intel_genxml::gen11::ChromaFilterCoefficientsArray

pub struct ChromaFilterCoefficientsArray {
    pub table_1x_filter_coefficient_n_2: f32,
    pub table_1y_filter_coefficient_n_2: f32,
    pub table_1x_filter_coefficient_n_3: f32,
    pub table_1y_filter_coefficient_n_3: f32,
    pub table_1x_filter_coefficient_n_4: f32,
    pub table_1y_filter_coefficient_n_4: f32,
    pub table_1x_filter_coefficient_n_5: f32,
    pub table_1y_filter_coefficient_n_5: f32,
}

Fields

table_1x_filter_coefficient_n_2: f32table_1y_filter_coefficient_n_2: f32table_1x_filter_coefficient_n_3: f32table_1y_filter_coefficient_n_3: f32table_1x_filter_coefficient_n_4: f32table_1y_filter_coefficient_n_4: f32table_1x_filter_coefficient_n_5: f32table_1y_filter_coefficient_n_5: f32

Methods

impl ChromaFilterCoefficientsArray[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for ChromaFilterCoefficientsArray[src]

impl Deserialize for ChromaFilterCoefficientsArray[src]

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

impl Serialize for ChromaFilterCoefficientsArray[src]

type Out = [u32; 2]

Auto Trait Implementations

impl RefUnwindSafe for ChromaFilterCoefficientsArray

impl Send for ChromaFilterCoefficientsArray

impl Sync for ChromaFilterCoefficientsArray

impl Unpin for ChromaFilterCoefficientsArray

impl UnwindSafe for ChromaFilterCoefficientsArray

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.