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 PartialOrd for LogicOp
impl PartialOrd for LogicOp
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)