Struct bn::Fq [] [src]

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

Methods

impl Fq
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for Fq
[src]

impl Clone for Fq
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Fq
[src]

[src]

Formats the value using the given formatter.

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

impl Decodable for Fq
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Fq
[src]

[src]

Serialize a value using an Encoder.

impl Add<Fq> for Fq
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<Fq> for Fq
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Neg for Fq
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl Mul for Fq
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.