Struct crypto::curve25519::Fe[][src]

pub struct Fe(pub [i32; 10]);

Methods

impl Fe
[src]

Trait Implementations

impl Clone for Fe
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Fe
[src]

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

impl Add for Fe
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Sub for Fe
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Mul for Fe
[src]

The resulting type after applying the * operator.

Performs the * operation.

Auto Trait Implementations

impl Send for Fe

impl Sync for Fe