Struct rustls::quic::PacketKeySet[][src]

pub struct PacketKeySet {
    pub local: PacketKey,
    pub remote: PacketKey,
}
This is supported on crate feature quic only.
Expand description

Packet protection keys for bidirectional 1-RTT communication

Fields

local: PacketKey

Encrypts outgoing packets

remote: PacketKey

Decrypts incoming packets

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.