[−][src]Struct intel_genxml::gen12::ColorCalcState
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: f32Methods
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]
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]
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,
fn borrow_mut(&mut self) -> &mut T[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,