Struct bn::G2 [] [src]

#[repr(C)]
pub struct G2(_);

Trait Implementations

impl Copy for G2
[src]

impl Clone for G2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for G2
[src]

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

This method tests for !=.

impl Eq for G2
[src]

impl Decodable for G2
[src]

Deserialize a value using a Decoder.

impl Encodable for G2
[src]

Serialize a value using an Encoder.

impl Group for G2
[src]

impl Add<G2> for G2
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<G2> for G2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Neg for G2
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl Mul<Fr> for G2
[src]

The resulting type after applying the * operator

The method for the * operator