pub struct HsNtorState {
pub x: Bytes,
pub x_pub: Bytes,
pub b: Bytes,
pub auth_key: Bytes,
pub bx: Bytes,
pub ntor_key_seed: Bytes,
}Fields§
§x: Bytes§x_pub: Bytes§b: Bytes§auth_key: Bytes§bx: Bytes§ntor_key_seed: BytesTrait Implementations§
Source§impl Clone for HsNtorState
impl Clone for HsNtorState
Source§fn clone(&self) -> HsNtorState
fn clone(&self) -> HsNtorState
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 HsNtorState
impl Debug for HsNtorState
Source§impl Default for HsNtorState
impl Default for HsNtorState
Source§fn default() -> HsNtorState
fn default() -> HsNtorState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HsNtorState
impl RefUnwindSafe for HsNtorState
impl Send for HsNtorState
impl Sync for HsNtorState
impl Unpin for HsNtorState
impl UnsafeUnpin for HsNtorState
impl UnwindSafe for HsNtorState
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