Enum vulkano::pipeline::blend::BlendOp [] [src]

#[repr(u32)]
pub enum BlendOp { Add, Subtract, ReverseSubtract, Min, Max, }

Variants

Trait Implementations

impl Debug for BlendOp
[src]

Formats the value using the given formatter.

impl Copy for BlendOp
[src]

impl Clone for BlendOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BlendOp
[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 BlendOp
[src]