Type Alias mavio::protocol::Sequence

source ·
pub type Sequence = u8;
Expand description

Packet sequence number.

Trait Implementations§

source§

impl IntoSequencer for Sequence

source§

fn into_sequencer(self) -> Sequencer

Creates a Sequencer initialized with Sequence value.