Struct dacite::core::PipelineColorBlendAttachmentState [] [src]

pub struct PipelineColorBlendAttachmentState {
    pub blend_enable: bool,
    pub src_color_blend_factor: BlendFactor,
    pub dst_color_blend_factor: BlendFactor,
    pub color_blend_op: BlendOp,
    pub src_alpha_blend_factor: BlendFactor,
    pub dst_alpha_blend_factor: BlendFactor,
    pub alpha_blend_op: BlendOp,
    pub color_write_mask: ColorComponentFlags,
}

Fields

Trait Implementations

impl Debug for PipelineColorBlendAttachmentState
[src]

Formats the value using the given formatter.

impl Copy for PipelineColorBlendAttachmentState
[src]

impl Clone for PipelineColorBlendAttachmentState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PipelineColorBlendAttachmentState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PipelineColorBlendAttachmentState
[src]

impl Hash for PipelineColorBlendAttachmentState
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more