Struct ethjson::spec::builtin::Linear[][src]

pub struct Linear {
    pub base: usize,
    pub word: usize,
}

Linear pricing.

Fields

Base price.

Price for word.

Trait Implementations

impl Debug for Linear
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Linear
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Linear
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Linear

impl Sync for Linear