#[repr(C)]
pub struct D3D10_DEPTH_STENCIL_DESC { pub DepthEnable: BOOL, pub DepthWriteMask: D3D10_DEPTH_WRITE_MASK, pub DepthFunc: D3D10_COMPARISON_FUNC, pub StencilEnable: BOOL, pub StencilReadMask: u8, pub StencilWriteMask: u8, pub FrontFace: D3D10_DEPTH_STENCILOP_DESC, pub BackFace: D3D10_DEPTH_STENCILOP_DESC, }
Expand description

Required features: "Win32_Graphics_Direct3D10", "Win32_Foundation"

Fields

DepthEnable: BOOLDepthWriteMask: D3D10_DEPTH_WRITE_MASKDepthFunc: D3D10_COMPARISON_FUNCStencilEnable: BOOLStencilReadMask: u8StencilWriteMask: u8FrontFace: D3D10_DEPTH_STENCILOP_DESCBackFace: D3D10_DEPTH_STENCILOP_DESC

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.