pub struct GX(u32);
Tuple Fields§
§0: u32
Implementations§
source§impl GX
impl GX
pub const CLEAR: GX = _
pub const AND: GX = _
pub const AND_REVERSE: GX = _
pub const COPY: GX = _
pub const AND_INVERTED: GX = _
pub const NOOP: GX = _
pub const XOR: GX = _
pub const OR: GX = _
pub const NOR: GX = _
pub const EQUIV: GX = _
pub const INVERT: GX = _
pub const OR_REVERSE: GX = _
pub const COPY_INVERTED: GX = _
pub const OR_INVERTED: GX = _
pub const NAND: GX = _
pub const SET: GX = _
Trait Implementations§
source§impl Ord for GX
impl Ord for GX
source§impl PartialOrd for GX
impl PartialOrd for GX
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 GX
impl Eq for GX
impl StructuralPartialEq for GX
Auto Trait Implementations§
impl Freeze for GX
impl RefUnwindSafe for GX
impl Send for GX
impl Sync for GX
impl Unpin for GX
impl UnwindSafe for GX
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