pub struct RtcpFb {
pub type_: String,
pub subtype: Option<String>,
}
Expand description
Wrapper element for a rtcp-fb.
Fields§
§type_: String
Type of this rtcp-fb.
subtype: Option<String>
Subtype of this rtcp-fb, if relevant.
Trait Implementations§
Source§impl FromXml for RtcpFb
impl FromXml for RtcpFb
Source§type Builder = RtcpFbFromXmlBuilder
type Builder = RtcpFbFromXmlBuilder
A builder type used to construct the element. Read more
Source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)