pub struct Pli<'a> { /* private fields */ }Expand description
Picture Loss Information as specified in RFC 4585
Implementations§
Trait Implementations§
Source§impl<'a> FciParser<'a> for Pli<'a>
impl<'a> FciParser<'a> for Pli<'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 = 1
const FCI_FORMAT: u8 = 1
The type format of the FCI.
Auto Trait Implementations§
impl<'a> Freeze for Pli<'a>
impl<'a> RefUnwindSafe for Pli<'a>
impl<'a> Send for Pli<'a>
impl<'a> Sync for Pli<'a>
impl<'a> Unpin for Pli<'a>
impl<'a> UnsafeUnpin for Pli<'a>
impl<'a> UnwindSafe for Pli<'a>
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