pub struct RtcpFeedback {
kind: RtcpFeedbackKind,
parameter: Option<String>,
}Expand description
One negotiated RTCP feedback mechanism for a codec.
Fields§
§kind: RtcpFeedbackKind§parameter: Option<String>Implementations§
Source§impl RtcpFeedback
impl RtcpFeedback
Trait Implementations§
Source§impl Clone for RtcpFeedback
impl Clone for RtcpFeedback
Source§fn clone(&self) -> RtcpFeedback
fn clone(&self) -> RtcpFeedback
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RtcpFeedback
impl Debug for RtcpFeedback
Source§impl PartialEq for RtcpFeedback
impl PartialEq for RtcpFeedback
impl Eq for RtcpFeedback
impl StructuralPartialEq for RtcpFeedback
Auto Trait Implementations§
impl Freeze for RtcpFeedback
impl RefUnwindSafe for RtcpFeedback
impl Send for RtcpFeedback
impl Sync for RtcpFeedback
impl Unpin for RtcpFeedback
impl UnsafeUnpin for RtcpFeedback
impl UnwindSafe for RtcpFeedback
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