#[repr(C)]pub struct EphPublicKey(pub [u8; 32]);Expand description
The public half of an ephemeral key pair.
Tuple Fields§
§0: [u8; 32]Implementations§
Source§impl EphPublicKey
impl EphPublicKey
Trait Implementations§
Source§impl AsBytes for EphPublicKey
impl AsBytes for EphPublicKey
Source§impl Clone for EphPublicKey
impl Clone for EphPublicKey
Source§fn clone(&self) -> EphPublicKey
fn clone(&self) -> EphPublicKey
Returns a duplicate 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 moreimpl Copy for EphPublicKey
impl FromBytes for EphPublicKey
Auto Trait Implementations§
impl Freeze for EphPublicKey
impl RefUnwindSafe for EphPublicKey
impl Send for EphPublicKey
impl Sync for EphPublicKey
impl Unpin for EphPublicKey
impl UnwindSafe for EphPublicKey
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