#[repr(C)]pub struct RtpFecParameters {
pub has_ssrc: bool,
pub ssrc: u32,
pub mechanism: FecMechanism,
}Fields§
§has_ssrc: bool§ssrc: u32§mechanism: FecMechanismTrait Implementations§
Source§impl Debug for RtpFecParameters
impl Debug for RtpFecParameters
Source§impl ExternType for RtpFecParameters
impl ExternType for RtpFecParameters
Auto Trait Implementations§
impl Freeze for RtpFecParameters
impl RefUnwindSafe for RtpFecParameters
impl Send for RtpFecParameters
impl Sync for RtpFecParameters
impl Unpin for RtpFecParameters
impl UnwindSafe for RtpFecParameters
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