pub struct FciFeedbackPacketType { /* private fields */ }Expand description
The type of feedback packet. There is currently transport and payload values supported for feedback packets.
Implementations§
Source§impl FciFeedbackPacketType
impl FciFeedbackPacketType
Sourcepub const TRANSPORT: Self
pub const TRANSPORT: Self
TransportFeedback is supported for the FCI data.
Sourcepub const PAYLOAD: Self
pub const PAYLOAD: Self
PayloadFeedback is supported for the FCI data.
Trait Implementations§
Source§impl BitAnd for FciFeedbackPacketType
impl BitAnd for FciFeedbackPacketType
Source§impl BitOr for FciFeedbackPacketType
impl BitOr for FciFeedbackPacketType
Source§impl Debug for FciFeedbackPacketType
impl Debug for FciFeedbackPacketType
Source§impl Default for FciFeedbackPacketType
impl Default for FciFeedbackPacketType
Source§fn default() -> FciFeedbackPacketType
fn default() -> FciFeedbackPacketType
Returns the “default value” for a type. Read more