pub struct LogicOp(/* private fields */);Implementations§
Source§impl LogicOp
impl LogicOp
pub const CLEAR: LogicOp
pub const AND: LogicOp
pub const AND_REVERSE: LogicOp
pub const COPY: LogicOp
pub const AND_INVERTED: LogicOp
pub const NO_OP: LogicOp
pub const XOR: LogicOp
pub const OR: LogicOp
pub const NOR: LogicOp
pub const EQUIVALENT: LogicOp
pub const INVERT: LogicOp
pub const OR_REVERSE: LogicOp
pub const COPY_INVERTED: LogicOp
pub const OR_INVERTED: LogicOp
pub const NAND: LogicOp
pub const SET: LogicOp
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)