pub struct Fb<'a> {
pub payload: u32,
pub val: FbVal<'a>,
}Expand description
RtcpFeedback
This one is fun to parse
https://tools.ietf.org/html/rfc6642
https://tools.ietf.org/html/rfc4585#section-4.2
https://datatracker.ietf.org/doc/draft-ietf-mmusic-sdp-mux-attributes/16/?include_text=1
eg a=rtcp-fb:98 trr-int 100
Fields§
§payload: u32§val: FbVal<'a>Implementations§
Trait Implementations§
impl<'a> Eq for Fb<'a>
impl<'a> StructuralPartialEq for Fb<'a>
Auto Trait Implementations§
impl<'a> Freeze for Fb<'a>
impl<'a> RefUnwindSafe for Fb<'a>
impl<'a> Send for Fb<'a>
impl<'a> Sync for Fb<'a>
impl<'a> Unpin for Fb<'a>
impl<'a> UnwindSafe for Fb<'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