Struct capstone_sys::cs_evm
source · #[repr(C)]pub struct cs_evm {
pub pop: c_uchar,
pub push: c_uchar,
pub fee: c_uint,
}
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§
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