Struct ethjson::spec::builtin::Linear [−][src]
Linear pricing.
Fields
base: usize
Base price.
word: usize
Price for word.
Trait Implementations
impl Debug for Linear[src]
impl Debug for Linearfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Linear[src]
impl PartialEq for Linearfn eq(&self, other: &Linear) -> bool[src]
fn eq(&self, other: &Linear) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Linear) -> bool[src]
fn ne(&self, other: &Linear) -> boolThis method tests for !=.
impl Clone for Linear[src]
impl Clone for Linear