Struct libhydrogen_sys::hydro_kx_state
source · #[repr(C)]pub struct hydro_kx_state {
pub eph_kp: hydro_kx_keypair,
pub h_st: hydro_hash_state,
}Fields§
§eph_kp: hydro_kx_keypair§h_st: hydro_hash_stateTrait Implementations§
source§impl Clone for hydro_kx_state
impl Clone for hydro_kx_state
source§fn clone(&self) -> hydro_kx_state
fn clone(&self) -> hydro_kx_state
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 hydro_kx_state
impl Debug for hydro_kx_state
source§impl Default for hydro_kx_state
impl Default for hydro_kx_state
source§fn default() -> hydro_kx_state
fn default() -> hydro_kx_state
Returns the “default value” for a type. Read more
source§impl PartialEq for hydro_kx_state
impl PartialEq for hydro_kx_state
source§fn eq(&self, other: &hydro_kx_state) -> bool
fn eq(&self, other: &hydro_kx_state) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for hydro_kx_state
impl Eq for hydro_kx_state
impl StructuralEq for hydro_kx_state
impl StructuralPartialEq for hydro_kx_state
Auto Trait Implementations§
impl RefUnwindSafe for hydro_kx_state
impl Send for hydro_kx_state
impl Sync for hydro_kx_state
impl Unpin for hydro_kx_state
impl UnwindSafe for hydro_kx_state
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