pub enum BitOpKind {
And,
Or,
Xor,
Not,
}Expand description
Operation kind for BITOP.
Variants§
Trait Implementations§
impl Copy for BitOpKind
impl Eq for BitOpKind
impl StructuralPartialEq for BitOpKind
Auto Trait Implementations§
impl Freeze for BitOpKind
impl RefUnwindSafe for BitOpKind
impl Send for BitOpKind
impl Sync for BitOpKind
impl Unpin for BitOpKind
impl UnsafeUnpin for BitOpKind
impl UnwindSafe for BitOpKind
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