Enum ckb_vm::instructions::ast::ActionOp1
source · pub enum ActionOp1 {
Not,
LogicalNot,
Clz,
Ctz,
Cpop,
Orcb,
Rev8,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionOp1
impl RefUnwindSafe for ActionOp1
impl Send for ActionOp1
impl Sync for ActionOp1
impl Unpin for ActionOp1
impl UnwindSafe for ActionOp1
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