[−][src]Struct evmc_sys::evmc_tx_context
The transaction and block data for execution.
Fields
tx_gas_price: evmc_uint256be
< The transaction gas price.
tx_origin: evmc_address
< The transaction origin account.
block_coinbase: evmc_address
< The miner of the block.
block_number: i64
< The block number.
block_timestamp: i64
< The block timestamp.
block_gas_limit: i64
< The block gas limit.
block_difficulty: evmc_uint256be
< The block difficulty.
chain_id: evmc_uint256be
< The blockchain's ChainID.
Trait Implementations
impl Clone for evmc_tx_context
[src]
fn clone(&self) -> evmc_tx_context
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for evmc_tx_context
[src]
impl Debug for evmc_tx_context
[src]
impl Hash for evmc_tx_context
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<evmc_tx_context> for evmc_tx_context
[src]
fn eq(&self, other: &evmc_tx_context) -> bool
[src]
fn ne(&self, other: &evmc_tx_context) -> bool
[src]
impl StructuralPartialEq for evmc_tx_context
[src]
Auto Trait Implementations
impl RefUnwindSafe for evmc_tx_context
impl Send for evmc_tx_context
impl Sync for evmc_tx_context
impl Unpin for evmc_tx_context
impl UnwindSafe for evmc_tx_context
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,