Struct bn::G2 [] [src]

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

Methods

impl G2
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for G2
[src]

impl Clone for G2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for G2
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for G2
[src]

impl Decodable for G2
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for G2
[src]

[src]

Serialize a value using an Encoder.

impl Group for G2
[src]

[src]

[src]

[src]

[src]

[src]

impl Add<G2> for G2
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<G2> for G2
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Neg for G2
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl Mul<Fr> for G2
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl From<AffineG2> for G2
[src]

[src]

Performs the conversion.