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