Struct crypto::curve25519::GeCached[][src]

pub struct GeCached { /* fields omitted */ }

Trait Implementations

impl Clone for GeCached
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GeCached
[src]

impl Add<GeCached> for GeP3
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Sub<GeCached> for GeP3
[src]

The resulting type after applying the - operator.

Performs the - operation.

Auto Trait Implementations

impl Send for GeCached

impl Sync for GeCached