[][src]Struct winapi::um::d3d12::D3D12_RENDER_TARGET_BLEND_DESC

#[repr(C)]
pub struct D3D12_RENDER_TARGET_BLEND_DESC { pub BlendEnable: BOOL, pub LogicOpEnable: BOOL, pub SrcBlend: D3D12_BLEND, pub DestBlend: D3D12_BLEND, pub BlendOp: D3D12_BLEND_OP, pub SrcBlendAlpha: D3D12_BLEND, pub DestBlendAlpha: D3D12_BLEND, pub BlendOpAlpha: D3D12_BLEND_OP, pub LogicOp: D3D12_LOGIC_OP, pub RenderTargetWriteMask: UINT8, }

Fields

BlendEnable: BOOLLogicOpEnable: BOOLSrcBlend: D3D12_BLENDDestBlend: D3D12_BLENDBlendOp: D3D12_BLEND_OPSrcBlendAlpha: D3D12_BLENDDestBlendAlpha: D3D12_BLENDBlendOpAlpha: D3D12_BLEND_OPLogicOp: D3D12_LOGIC_OPRenderTargetWriteMask: UINT8

Trait Implementations

impl Copy for D3D12_RENDER_TARGET_BLEND_DESC[src]

impl Clone for D3D12_RENDER_TARGET_BLEND_DESC[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for D3D12_RENDER_TARGET_BLEND_DESC[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]