Type Alias s2n_quic_core::packet::short::CleartextShort

source ·
pub type CleartextShort<'a> = Short<&'a [u8], KeyPhase, PacketNumber, DecoderBufferMut<'a>>;

Aliased Type§

struct CleartextShort<'a> {
    pub spin_bit: SpinBit,
    pub key_phase: KeyPhase,
    pub destination_connection_id: &'a [u8],
    pub packet_number: PacketNumber,
    pub payload: DecoderBufferMut<'a>,
}

Fields§

§spin_bit: SpinBit§key_phase: KeyPhase§destination_connection_id: &'a [u8]§packet_number: PacketNumber§payload: DecoderBufferMut<'a>

Implementations§