pub struct Nack<'a> { /* private fields */ }Expand description
Generic NACK FCI information as specified in RFC 4585
Implementations§
Trait Implementations§
Source§impl<'a> FciParser<'a> for Nack<'a>
impl<'a> FciParser<'a> for Nack<'a>
Source§const PACKET_TYPE: FciFeedbackPacketType = FciFeedbackPacketType::TRANSPORT
const PACKET_TYPE: FciFeedbackPacketType = FciFeedbackPacketType::TRANSPORT
The supported feedback packet/s that the FCI data may be encountered within.
Source§const FCI_FORMAT: u8 = 1u8
const FCI_FORMAT: u8 = 1u8
The type format of the FCI.