pub struct RtcpFb {
pub pt: RtcpFbPt,
pub val: RtcpFbVal,
}Expand description
RTCP Feedback Capability
Fields§
§pt: RtcpFbPtPayload format for which feedback messages may be used
val: RtcpFbValRTCP Feedback value
Implementations§
Trait Implementations§
impl Eq for RtcpFb
impl StructuralPartialEq for RtcpFb
Auto Trait Implementations§
impl Freeze for RtcpFb
impl RefUnwindSafe for RtcpFb
impl Send for RtcpFb
impl Sync for RtcpFb
impl Unpin for RtcpFb
impl UnsafeUnpin for RtcpFb
impl UnwindSafe for RtcpFb
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