#[repr(transparent)]pub struct LogicOp(_);Expand description
Implementations
sourceimpl 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
sourceimpl Ord for LogicOp
impl Ord for LogicOp
sourceimpl PartialOrd<LogicOp> for LogicOp
impl PartialOrd<LogicOp> for LogicOp
sourcefn partial_cmp(&self, other: &LogicOp) -> Option<Ordering>
fn partial_cmp(&self, other: &LogicOp) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for LogicOp
impl Eq for LogicOp
impl StructuralEq for LogicOp
impl StructuralPartialEq for LogicOp
Auto Trait Implementations
impl RefUnwindSafe for LogicOp
impl Send for LogicOp
impl Sync for LogicOp
impl Unpin for LogicOp
impl UnwindSafe for LogicOp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more