[][src]Struct intel_genxml::gen9::ColorCalcState

pub struct ColorCalcState {
    pub alpha_test_format: u32,
    pub round_disable_function_disable: bool,
    pub alpha_reference_value_as_unorm8: u32,
    pub alpha_reference_value_as_float32: f32,
    pub blend_constant_color_red: f32,
    pub blend_constant_color_green: f32,
    pub blend_constant_color_blue: f32,
    pub blend_constant_color_alpha: f32,
}

Fields

alpha_test_format: u32round_disable_function_disable: boolalpha_reference_value_as_unorm8: u32alpha_reference_value_as_float32: f32blend_constant_color_red: f32blend_constant_color_green: f32blend_constant_color_blue: f32blend_constant_color_alpha: f32

Methods

impl ColorCalcState[src]

pub const DWORD_LENGTH: u32[src]

pub const ALPHATEST_FLOAT32: u32[src]

pub const ALPHATEST_UNORM8: u32[src]

Trait Implementations

impl Default for ColorCalcState[src]

impl Deserialize for ColorCalcState[src]

impl<'_> From<&'_ [u32; 6]> for ColorCalcState[src]

impl Serialize for ColorCalcState[src]

type Out = [u32; 6]

Auto Trait Implementations

impl RefUnwindSafe for ColorCalcState

impl Send for ColorCalcState

impl Sync for ColorCalcState

impl Unpin for ColorCalcState

impl UnwindSafe for ColorCalcState

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.