Struct bn::AffineG1 [] [src]

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

Methods

impl AffineG1
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for AffineG1
[src]

impl Clone for AffineG1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Decodable for AffineG1
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for AffineG1
[src]

[src]

Serialize a value using an Encoder.