pub struct PacketKeySet {
pub local: PacketKey,
pub remote: PacketKey,
}
Expand description
Packet protection keys for bidirectional 1-RTT communication
Fields§
§local: PacketKey
Encrypts outgoing packets
remote: PacketKey
Decrypts incoming packets
Implementations§
Auto Trait Implementations§
impl Freeze for PacketKeySet
impl RefUnwindSafe for PacketKeySet
impl Send for PacketKeySet
impl Sync for PacketKeySet
impl Unpin for PacketKeySet
impl UnwindSafe for PacketKeySet
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
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.