pub struct LogicOp(/* private fields */);
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 for LogicOp
impl PartialEq for LogicOp
source§impl PartialOrd for LogicOp
impl PartialOrd 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 moreimpl Copy for LogicOp
impl Eq for LogicOp
impl StructuralPartialEq for LogicOp
Auto Trait Implementations§
impl Freeze for LogicOp
impl RefUnwindSafe for LogicOp
impl Send for LogicOp
impl Sync for LogicOp
impl Unpin for LogicOp
impl UnwindSafe for LogicOp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more