Struct libsecp256k1_core::curve::FieldStorage
source · Expand description
Compact field element storage.
Tuple Fields§
§0: [u32; 8]
Implementations§
Trait Implementations§
source§impl Clone for FieldStorage
impl Clone for FieldStorage
source§fn clone(&self) -> FieldStorage
fn clone(&self) -> FieldStorage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FieldStorage
impl Debug for FieldStorage
source§impl Default for FieldStorage
impl Default for FieldStorage
source§fn default() -> FieldStorage
fn default() -> FieldStorage
Returns the “default value” for a type. Read more
source§impl From<FieldStorage> for Field
impl From<FieldStorage> for Field
source§fn from(a: FieldStorage) -> Field
fn from(a: FieldStorage) -> Field
Converts to this type from the input type.
source§impl Into<FieldStorage> for Field
impl Into<FieldStorage> for Field
source§fn into(self) -> FieldStorage
fn into(self) -> FieldStorage
Converts this type into the (usually inferred) input type.