Struct burble_crypto::PublicKeyX
source · #[repr(transparent)]pub struct PublicKeyX(_);Expand description
P-256 elliptic curve public key affine X coordinate.
Trait Implementations§
source§impl Clone for PublicKeyX
impl Clone for PublicKeyX
source§fn clone(&self) -> PublicKeyX
fn clone(&self) -> PublicKeyX
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 PublicKeyX
impl Debug for PublicKeyX
source§impl PartialEq<PublicKeyX> for PublicKeyX
impl PartialEq<PublicKeyX> for PublicKeyX
source§fn eq(&self, other: &PublicKeyX) -> bool
fn eq(&self, other: &PublicKeyX) -> bool
This method tests for
self and other values to be equal, and is used
by ==.