#[repr(transparent)]pub struct Secp256k1Pubkey(pub [u8; 64]);
Tuple Fields§
§0: [u8; 64]
Implementations§
Trait Implementations§
Source§impl Clone for Secp256k1Pubkey
impl Clone for Secp256k1Pubkey
Source§fn clone(&self) -> Secp256k1Pubkey
fn clone(&self) -> Secp256k1Pubkey
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 Hash for Secp256k1Pubkey
impl Hash for Secp256k1Pubkey
Source§impl Ord for Secp256k1Pubkey
impl Ord for Secp256k1Pubkey
Source§fn cmp(&self, other: &Secp256k1Pubkey) -> Ordering
fn cmp(&self, other: &Secp256k1Pubkey) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Secp256k1Pubkey
impl PartialEq for Secp256k1Pubkey
Source§impl PartialOrd for Secp256k1Pubkey
impl PartialOrd for Secp256k1Pubkey
impl Copy for Secp256k1Pubkey
impl Eq for Secp256k1Pubkey
impl StructuralPartialEq for Secp256k1Pubkey
Auto Trait Implementations§
impl Freeze for Secp256k1Pubkey
impl RefUnwindSafe for Secp256k1Pubkey
impl Send for Secp256k1Pubkey
impl Sync for Secp256k1Pubkey
impl Unpin for Secp256k1Pubkey
impl UnwindSafe for Secp256k1Pubkey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more