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