[][src]Struct intel_genxml::gen12::SamplerIndirectStateBorderColor

pub struct SamplerIndirectStateBorderColor {
    pub border_color_red_as_s31: i32,
    pub border_color_red_as_u32: u32,
    pub border_color_red_as_float: f32,
    pub border_color_red_as_u8: u32,
    pub border_color_green_as_u8: u32,
    pub border_color_blue_as_u8: u32,
    pub border_color_alpha_as_u8: u32,
    pub border_color_green_as_s31: i32,
    pub border_color_green_as_u32: u32,
    pub border_color_green_as_float: f32,
    pub border_color_blue_as_s31: i32,
    pub border_color_blue_as_u32: u32,
    pub border_color_blue_as_float: f32,
    pub border_color_alpha_as_s31: i32,
    pub border_color_alpha_as_u32: u32,
    pub border_color_alpha_as_float: f32,
}

Fields

border_color_red_as_s31: i32border_color_red_as_u32: u32border_color_red_as_float: f32border_color_red_as_u8: u32border_color_green_as_u8: u32border_color_blue_as_u8: u32border_color_alpha_as_u8: u32border_color_green_as_s31: i32border_color_green_as_u32: u32border_color_green_as_float: f32border_color_blue_as_s31: i32border_color_blue_as_u32: u32border_color_blue_as_float: f32border_color_alpha_as_s31: i32border_color_alpha_as_u32: u32border_color_alpha_as_float: f32

Methods

impl SamplerIndirectStateBorderColor[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for SamplerIndirectStateBorderColor[src]

impl Deserialize for SamplerIndirectStateBorderColor[src]

impl<'_> From<&'_ [u32; 4]> for SamplerIndirectStateBorderColor[src]

impl Serialize for SamplerIndirectStateBorderColor[src]

type Out = [u32; 4]

Auto Trait Implementations

impl RefUnwindSafe for SamplerIndirectStateBorderColor

impl Send for SamplerIndirectStateBorderColor

impl Sync for SamplerIndirectStateBorderColor

impl Unpin for SamplerIndirectStateBorderColor

impl UnwindSafe for SamplerIndirectStateBorderColor

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.