Struct bn::Fr [] [src]

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

Methods

impl Fr
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for Fr
[src]

impl Clone for Fr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Fr
[src]

[src]

Formats the value using the given formatter.

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

impl Decodable for Fr
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Fr
[src]

[src]

Serialize a value using an Encoder.

impl Add<Fr> for Fr
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<Fr> for Fr
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Neg for Fr
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl Mul for Fr
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.