[−][src]Struct intel_genxml::gen11::LumaFilterCoefficientsArray
Fields
table_0x_filter_coefficient_n_0: f32
table_0y_filter_coefficient_n_0: f32
table_0x_filter_coefficient_n_1: f32
table_0y_filter_coefficient_n_1: f32
table_0x_filter_coefficient_n_2: f32
table_0y_filter_coefficient_n_2: f32
table_0x_filter_coefficient_n_3: f32
table_0y_filter_coefficient_n_3: f32
table_0x_filter_coefficient_n_4: f32
table_0y_filter_coefficient_n_4: f32
table_0x_filter_coefficient_n_5: f32
table_0y_filter_coefficient_n_5: f32
table_0x_filter_coefficient_n_6: f32
table_0y_filter_coefficient_n_6: f32
table_0x_filter_coefficient_n_7: f32
table_0y_filter_coefficient_n_7: f32
Methods
impl LumaFilterCoefficientsArray
[src]
pub const DWORD_LENGTH: u32
[src]
Trait Implementations
impl Default for LumaFilterCoefficientsArray
[src][+]
impl Deserialize for LumaFilterCoefficientsArray
[src][+]
impl<'_> From<&'_ [u32; 4]> for LumaFilterCoefficientsArray
[src][+]
impl Serialize for LumaFilterCoefficientsArray
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for LumaFilterCoefficientsArray
impl Send for LumaFilterCoefficientsArray
impl Sync for LumaFilterCoefficientsArray
impl Unpin for LumaFilterCoefficientsArray
impl UnwindSafe for LumaFilterCoefficientsArray
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,