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
impl Eq for FciFeedbackPacketType
Source§impl PartialEq for FciFeedbackPacketType
impl PartialEq for FciFeedbackPacketType
Source§fn eq(&self, other: &FciFeedbackPacketType) -> bool
fn eq(&self, other: &FciFeedbackPacketType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FciFeedbackPacketType
Auto Trait Implementations§
impl Freeze for FciFeedbackPacketType
impl RefUnwindSafe for FciFeedbackPacketType
impl Send for FciFeedbackPacketType
impl Sync for FciFeedbackPacketType
impl Unpin for FciFeedbackPacketType
impl UnsafeUnpin for FciFeedbackPacketType
impl UnwindSafe for FciFeedbackPacketType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more