Struct datachannel_sys::rtcTrackInit
source · #[repr(C)]pub struct rtcTrackInit {
pub direction: rtcDirection,
pub codec: rtcCodec,
pub payloadType: c_int,
pub ssrc: u32,
pub mid: *const c_char,
pub name: *const c_char,
pub msid: *const c_char,
pub trackId: *const c_char,
}Fields§
§direction: rtcDirection§codec: rtcCodec§payloadType: c_int§ssrc: u32§mid: *const c_char§name: *const c_char§msid: *const c_char§trackId: *const c_charTrait Implementations§
source§impl Clone for rtcTrackInit
impl Clone for rtcTrackInit
source§fn clone(&self) -> rtcTrackInit
fn clone(&self) -> rtcTrackInit
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more