[][src]Struct secp256k1::curve::AffineStorage

pub struct AffineStorage {
    pub x: FieldStorage,
    pub y: FieldStorage,
}

Affine coordinate group element compact storage.

Fields

Methods

impl AffineStorage
[src]

If flag is true, set *r equal to *a; otherwise leave it. Constant-time.

Trait Implementations

impl PartialEq<AffineStorage> for AffineStorage
[src]

impl Eq for AffineStorage
[src]

impl Debug for AffineStorage
[src]

impl From<AffineStorage> for Affine
[src]

impl Clone for AffineStorage
[src]

Performs copy-assignment from source. Read more

impl Default for AffineStorage
[src]

impl Into<AffineStorage> for Affine
[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T
[src]

Should always be Self