Struct melodies::TransportState
source · [−]pub struct TransportState<const HASHLEN: usize> {
pub send: CipherState<u64>,
pub recv: CipherState<u64>,
pub hash: [u8; HASHLEN],
}Fields
send: CipherState<u64>recv: CipherState<u64>hash: [u8; HASHLEN]Auto Trait Implementations
impl<const HASHLEN: usize> !RefUnwindSafe for TransportState<HASHLEN>
impl<const HASHLEN: usize> !Send for TransportState<HASHLEN>
impl<const HASHLEN: usize> !Sync for TransportState<HASHLEN>
impl<const HASHLEN: usize> Unpin for TransportState<HASHLEN>
impl<const HASHLEN: usize> !UnwindSafe for TransportState<HASHLEN>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more