pub struct Fir<'a> { /* private fields */ }Expand description
FIR (Full Intra Refresh) information as specified in RFC 5104
Implementations§
Trait Implementations§
Source§impl<'a> FciParser<'a> for Fir<'a>
impl<'a> FciParser<'a> for Fir<'a>
Source§const PACKET_TYPE: FciFeedbackPacketType = FciFeedbackPacketType::PAYLOAD
const PACKET_TYPE: FciFeedbackPacketType = FciFeedbackPacketType::PAYLOAD
The supported feedback packet/s that the FCI data may be encountered within.
Source§const FCI_FORMAT: u8 = 4u8
const FCI_FORMAT: u8 = 4u8
The type format of the FCI.