#[repr(transparent)]pub struct LogicOp(_);
Expand description
Implementations§
source§impl LogicOp
impl LogicOp
pub const CLEAR: Self = _
pub const AND: Self = _
pub const AND_REVERSE: Self = _
pub const COPY: Self = _
pub const AND_INVERTED: Self = _
pub const NO_OP: Self = _
pub const XOR: Self = _
pub const OR: Self = _
pub const NOR: Self = _
pub const EQUIVALENT: Self = _
pub const INVERT: Self = _
pub const OR_REVERSE: Self = _
pub const COPY_INVERTED: Self = _
pub const OR_INVERTED: Self = _
pub const NAND: Self = _
pub const SET: Self = _
Trait Implementations§
source§impl Ord for LogicOp
impl Ord for LogicOp
source§impl PartialEq<LogicOp> for LogicOp
impl PartialEq<LogicOp> for LogicOp
source§impl PartialOrd<LogicOp> for LogicOp
impl PartialOrd<LogicOp> for LogicOp
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more