pub struct AuxDecoder { /* private fields */ }Expand description
This wraps on top of ckb-vm’s decoder, providing more mops & opcode rewriting that can further optimize the VM.
Implementations§
Auto Trait Implementations§
impl Freeze for AuxDecoder
impl RefUnwindSafe for AuxDecoder
impl Send for AuxDecoder
impl Sync for AuxDecoder
impl Unpin for AuxDecoder
impl UnwindSafe for AuxDecoder
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