#[repr(u32)]pub enum Gx {
Show 16 variants
Clear = 0,
And = 1,
AndReverse = 2,
Copy = 3,
AndInverted = 4,
Noop = 5,
Xor = 6,
Or = 7,
Nor = 8,
Equiv = 9,
Invert = 10,
OrReverse = 11,
CopyInverted = 12,
OrInverted = 13,
Nand = 14,
Set = 15,
}Variants§
Clear = 0
And = 1
AndReverse = 2
Copy = 3
AndInverted = 4
Noop = 5
Xor = 6
Or = 7
Nor = 8
Equiv = 9
Invert = 10
OrReverse = 11
CopyInverted = 12
OrInverted = 13
Nand = 14
Set = 15
Trait Implementations§
Source§impl Ord for Gx
impl Ord for Gx
Source§impl PartialOrd for Gx
impl PartialOrd for Gx
impl 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