[][src]Struct intel_genxml::gen9::SamplerState8x8AvsCoefficients

pub struct SamplerState8x8AvsCoefficients {
    pub table_0_filter_coefficient: [f32; 4],
    pub table_1_filter_coefficient0: [f32; 4],
    pub table_1_filter_coefficient1: [f32; 4],
}

Fields

table_0_filter_coefficient: [f32; 4]table_1_filter_coefficient0: [f32; 4]table_1_filter_coefficient1: [f32; 4]

Methods

impl SamplerState8x8AvsCoefficients[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for SamplerState8x8AvsCoefficients[src]

impl Deserialize for SamplerState8x8AvsCoefficients[src]

impl<'_> From<&'_ [u32; 8]> for SamplerState8x8AvsCoefficients[src]

impl Serialize for SamplerState8x8AvsCoefficients[src]

type Out = [u32; 8]

Auto Trait Implementations

impl RefUnwindSafe for SamplerState8x8AvsCoefficients

impl Send for SamplerState8x8AvsCoefficients

impl Sync for SamplerState8x8AvsCoefficients

impl Unpin for SamplerState8x8AvsCoefficients

impl UnwindSafe for SamplerState8x8AvsCoefficients

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.