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

pub struct AltBn128Pairing {
    pub base: usize,
    pub pair: usize,
}

Pricing for alt_bn128_pairing.

Fields

Base price.

Price per point pair.

Trait Implementations

impl Debug for AltBn128Pairing
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AltBn128Pairing
[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 AltBn128Pairing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AltBn128Pairing

impl Sync for AltBn128Pairing