Enum gfx_hal::pso::LogicOp [−][src]
pub enum LogicOp {}Show variants
Clear, And, AndReverse, Copy, AndInverted, NoOp, Xor, Or, Nor, Equivalent, Invert, OrReverse, CopyInverted, OrInverted, Nand, Set,
Logic operations used for specifying blend equations.
Variants
Trait Implementations
impl StructuralEq for LogicOp
[src]
impl StructuralEq for LogicOp
[src]impl StructuralPartialEq for LogicOp
[src]
impl StructuralPartialEq for LogicOp
[src]Auto Trait Implementations
impl RefUnwindSafe for LogicOp
impl RefUnwindSafe for LogicOp
impl UnwindSafe for LogicOp
impl UnwindSafe for LogicOp