Struct capstone_sys::cs_evm
source · [−]Expand description
Instruction structure
Fields
pop: c_uchar< number of items popped from the stack
push: c_uchar< number of items pushed into the stack
fee: c_uint< gas fee for the instruction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cs_evm
impl Send for cs_evm
impl Sync for cs_evm
impl Unpin for cs_evm
impl UnwindSafe for cs_evm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more