Struct bn::Fr [] [src]

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

Methods

impl Fr
[src]

Trait Implementations

impl Copy for Fr
[src]

impl Clone for Fr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Decodable for Fr
[src]

Deserialize a value using a Decoder.

impl Encodable for Fr
[src]

Serialize a value using an Encoder.

impl Add<Fr> for Fr
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<Fr> for Fr
[src]

The resulting type after applying the - operator

The method for the - operator

impl Neg for Fr
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl Mul for Fr
[src]

The resulting type after applying the * operator

The method for the * operator