#[repr(C)]pub struct hydro_kx_keypair {
pub pk: [u8; 32],
pub sk: [u8; 32],
}Fields§
§pk: [u8; 32]§sk: [u8; 32]Trait Implementations§
Source§impl Clone for hydro_kx_keypair
impl Clone for hydro_kx_keypair
Source§fn clone(&self) -> hydro_kx_keypair
fn clone(&self) -> hydro_kx_keypair
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 moreSource§impl Debug for hydro_kx_keypair
impl Debug for hydro_kx_keypair
Source§impl Default for hydro_kx_keypair
impl Default for hydro_kx_keypair
Source§fn default() -> hydro_kx_keypair
fn default() -> hydro_kx_keypair
Returns the “default value” for a type. Read more
Source§impl PartialEq for hydro_kx_keypair
impl PartialEq for hydro_kx_keypair
impl Copy for hydro_kx_keypair
impl Eq for hydro_kx_keypair
impl StructuralPartialEq for hydro_kx_keypair
Auto Trait Implementations§
impl Freeze for hydro_kx_keypair
impl RefUnwindSafe for hydro_kx_keypair
impl Send for hydro_kx_keypair
impl Sync for hydro_kx_keypair
impl Unpin for hydro_kx_keypair
impl UnwindSafe for hydro_kx_keypair
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