pub struct GX(/* private fields */);
Implementations§
Source§impl GX
impl GX
pub const CLEAR: Self
pub const AND: Self
pub const AND_REVERSE: Self
pub const COPY: Self
pub const AND_INVERTED: Self
pub const NOOP: Self
pub const XOR: Self
pub const OR: Self
pub const NOR: Self
pub const EQUIV: 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<'de> Deserialize<'de> for GX
impl<'de> Deserialize<'de> for GX
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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