[−][src]Struct intel_genxml::gen12::SfOutputAttributeDetail
Fields
source_attribute: u32
swizzle_select: u32
constant_source: u32
swizzle_control_mode: u32
component_override_x: bool
component_override_y: bool
component_override_z: bool
component_override_w: bool
Methods
impl SfOutputAttributeDetail
[src]
pub const DWORD_LENGTH: u32
[src]
pub const CONST_0000: u32
[src]
pub const CONST_0001_FLOAT: u32
[src]
pub const CONST_1111_FLOAT: u32
[src]
pub const INPUTATTR: u32
[src]
pub const INPUTATTR_FACING: u32
[src]
pub const INPUTATTR_FACING_W: u32
[src]
pub const INPUTATTR_W: u32
[src]
pub const PRIM_ID: u32
[src]
Trait Implementations
impl Default for SfOutputAttributeDetail
[src]
impl Deserialize for SfOutputAttributeDetail
[src]
impl<'_> From<&'_ [u32; 1]> for SfOutputAttributeDetail
[src]
impl Serialize for SfOutputAttributeDetail
[src]
Auto Trait Implementations
impl RefUnwindSafe for SfOutputAttributeDetail
impl Send for SfOutputAttributeDetail
impl Sync for SfOutputAttributeDetail
impl Unpin for SfOutputAttributeDetail
impl UnwindSafe for SfOutputAttributeDetail
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>,