[][src]Struct intel_genxml::gen11::SfcAvsStateBody

pub struct SfcAvsStateBody {
    pub transition_area_with_8_pixels: u32,
    pub transition_area_with_4_pixels: u32,
    pub sharpness_level: u32,
    pub max_derivative_8_pixels: u32,
    pub max_derivative_4_pixels: u32,
    pub input_vertical_siting: u32,
}

Fields

transition_area_with_8_pixels: u32transition_area_with_4_pixels: u32sharpness_level: u32max_derivative_8_pixels: u32max_derivative_4_pixels: u32input_vertical_siting: u32

Methods

impl SfcAvsStateBody[src]

pub const DWORD_LENGTH: u32[src]

pub const _1_8: u32[src]

pub const _2_8: u32[src]

pub const _3_8: u32[src]

pub const _4_8: u32[src]

pub const _5_8: u32[src]

pub const _6_8: u32[src]

pub const _7_8: u32[src]

pub const _8_8: u32[src]

Trait Implementations

impl Default for SfcAvsStateBody[src]

impl Deserialize for SfcAvsStateBody[src]

impl<'_> From<&'_ [u32; 3]> for SfcAvsStateBody[src]

impl Serialize for SfcAvsStateBody[src]

type Out = [u32; 3]

Auto Trait Implementations

impl RefUnwindSafe for SfcAvsStateBody

impl Send for SfcAvsStateBody

impl Sync for SfcAvsStateBody

impl Unpin for SfcAvsStateBody

impl UnwindSafe for SfcAvsStateBody

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.