Struct GX
pub struct GX(/* private fields */);
Implementations§
§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§
§impl Ord for GX
impl Ord for GX
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)