[−][src]Struct intel_genxml::gen6::DepthStencilState
Fields
backface_stencil_pass_depth_pass_op: _3dStencilOperationbackface_stencil_pass_depth_fail_op: _3dStencilOperationbackface_stencil_fail_op: _3dStencilOperationbackface_stencil_test_function: _3dCompareFunctiondouble_sided_stencil_enable: boolstencil_buffer_write_enable: boolstencil_pass_depth_pass_op: _3dStencilOperationstencil_pass_depth_fail_op: _3dStencilOperationstencil_fail_op: _3dStencilOperationstencil_test_function: _3dCompareFunctionstencil_test_enable: boolbackface_stencil_write_mask: u32backface_stencil_test_mask: u32stencil_write_mask: u32stencil_test_mask: u32depth_buffer_write_enable: booldepth_test_function: _3dCompareFunctiondepth_test_enable: boolMethods
impl DepthStencilState[src]
pub const DWORD_LENGTH: u32[src]
Trait Implementations
impl Default for DepthStencilState[src]
impl Deserialize for DepthStencilState[src]
impl<'_> From<&'_ [u32; 3]> for DepthStencilState[src]
impl Serialize for DepthStencilState[src]
Auto Trait Implementations
impl RefUnwindSafe for DepthStencilState
impl Send for DepthStencilState
impl Sync for DepthStencilState
impl Unpin for DepthStencilState
impl UnwindSafe for DepthStencilState
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>,