#[repr(C)]pub enum GCompOp {
GCompOpAssign = 0,
GCompOpAssignInverted = 1,
GCompOpOr = 2,
GCompOpAnd = 3,
GCompOpClear = 4,
GCompOpSet = 5,
}
Variants§
GCompOpAssign = 0
GCompOpAssignInverted = 1
GCompOpOr = 2
GCompOpAnd = 3
GCompOpClear = 4
GCompOpSet = 5
Auto Trait Implementations§
impl Freeze for GCompOp
impl RefUnwindSafe for GCompOp
impl Send for GCompOp
impl Sync for GCompOp
impl Unpin for GCompOp
impl UnwindSafe for GCompOp
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