Struct ethjson::spec::builtin::AltBn128Pairing   [−][src]
Pricing for alt_bn128_pairing.
Fields
base: usize
                           Base price.
pair: usize
                           Price per point pair.
Trait Implementations
impl Debug for AltBn128Pairing[src] 
impl Debug for AltBn128Pairingfn 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 AltBn128Pairing[src] 
impl PartialEq for AltBn128Pairingfn eq(&self, other: &AltBn128Pairing) -> bool[src] 
fn eq(&self, other: &AltBn128Pairing) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AltBn128Pairing) -> bool[src] 
fn ne(&self, other: &AltBn128Pairing) -> boolThis method tests for !=.
impl Clone for AltBn128Pairing[src] 
impl Clone for AltBn128Pairingfn clone(&self) -> AltBn128Pairing[src] 
fn clone(&self) -> AltBn128PairingReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for AltBn128Pairing
impl Send for AltBn128Pairingimpl Sync for AltBn128Pairing
impl Sync for AltBn128Pairing