Struct datachannel_sys::rtcSsrcForTypeInit
source · #[repr(C)]pub struct rtcSsrcForTypeInit {
pub ssrc: u32,
pub name: *const c_char,
pub msid: *const c_char,
pub trackId: *const c_char,
}Fields§
§ssrc: u32§name: *const c_char§msid: *const c_char§trackId: *const c_charTrait Implementations§
source§impl Clone for rtcSsrcForTypeInit
impl Clone for rtcSsrcForTypeInit
source§fn clone(&self) -> rtcSsrcForTypeInit
fn clone(&self) -> rtcSsrcForTypeInit
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