#[repr(C)]pub struct RtpTransceiverInit {
pub direction: RtpTransceiverDirection,
pub stream_ids: Vec<String>,
pub send_encodings: Vec<RtpEncodingParameters>,
}Fields§
§direction: RtpTransceiverDirection§stream_ids: Vec<String>§send_encodings: Vec<RtpEncodingParameters>Trait Implementations§
Source§impl Debug for RtpTransceiverInit
impl Debug for RtpTransceiverInit
Source§impl ExternType for RtpTransceiverInit
impl ExternType for RtpTransceiverInit
Auto Trait Implementations§
impl Freeze for RtpTransceiverInit
impl RefUnwindSafe for RtpTransceiverInit
impl Send for RtpTransceiverInit
impl Sync for RtpTransceiverInit
impl Unpin for RtpTransceiverInit
impl UnwindSafe for RtpTransceiverInit
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