[−][src]Struct intel_genxml::gen11::_3dStateWmDepthStencil
Fields
dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32depth_buffer_write_enable: booldepth_test_enable: boolstencil_buffer_write_enable: boolstencil_test_enable: booldouble_sided_stencil_enable: booldepth_test_function: _3dCompareFunctionstencil_test_function: _3dCompareFunctionbackface_stencil_pass_depth_pass_op: _3dStencilOperationbackface_stencil_pass_depth_fail_op: _3dStencilOperationbackface_stencil_fail_op: _3dStencilOperationbackface_stencil_test_function: _3dCompareFunctionstencil_pass_depth_pass_op: _3dStencilOperationstencil_pass_depth_fail_op: _3dStencilOperationstencil_fail_op: _3dStencilOperationbackface_stencil_write_mask: u32backface_stencil_test_mask: u32stencil_write_mask: u32stencil_test_mask: u32backface_stencil_reference_value: u32stencil_reference_value: u32Methods
impl _3dStateWmDepthStencil[src]
pub const DWORD_LENGTH: u32[src]
Trait Implementations
impl Default for _3dStateWmDepthStencil[src]
impl Deserialize for _3dStateWmDepthStencil[src]
impl<'_> From<&'_ [u32; 4]> for _3dStateWmDepthStencil[src]
impl Serialize for _3dStateWmDepthStencil[src]
Auto Trait Implementations
impl RefUnwindSafe for _3dStateWmDepthStencil
impl Send for _3dStateWmDepthStencil
impl Sync for _3dStateWmDepthStencil
impl Unpin for _3dStateWmDepthStencil
impl UnwindSafe for _3dStateWmDepthStencil
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>,