#[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 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_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
impl Copy for hydro_kx_state
impl Eq for hydro_kx_state
impl StructuralPartialEq for hydro_kx_state
Auto Trait Implementations§
impl Freeze for hydro_kx_state
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