Enum dacite::core::LogicOp [] [src]

pub enum LogicOp {
    Clear,
    And,
    AndReverse,
    Copy,
    AndInverted,
    NoOp,
    Xor,
    Or,
    Nor,
    Equivalent,
    Invert,
    OrReverse,
    CopyInverted,
    OrInverted,
    Nand,
    Set,
    Unknown(VkLogicOp),
}

Variants

Trait Implementations

impl Debug for LogicOp
[src]

Formats the value using the given formatter.

impl Copy for LogicOp
[src]

impl Clone for LogicOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for LogicOp
[src]

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

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