Struct evm_gasometer::Snapshot [−][src]
pub struct Snapshot {
    pub gas_limit: u64,
    pub memory_gas: u64,
    pub used_gas: u64,
    pub refunded_gas: i64,
}Fields
gas_limit: u64memory_gas: u64used_gas: u64refunded_gas: i64Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Snapshot
impl UnwindSafe for Snapshot
Blanket Implementations
Mutably borrows from an owned value. Read more