Struct libsecp256k1::curve::AffineStorage
source · [−]pub struct AffineStorage {
pub x: FieldStorage,
pub y: FieldStorage,
}
Expand description
Affine coordinate group element compact storage.
Fields
x: FieldStorage
y: FieldStorage
Implementations
Create a new affine storage.
If flag is true, set *r equal to *a; otherwise leave it. Constant-time.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AffineStorage
impl Send for AffineStorage
impl Sync for AffineStorage
impl Unpin for AffineStorage
impl UnwindSafe for AffineStorage
Blanket Implementations
Mutably borrows from an owned value. Read more