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: u32name: *const c_charmsid: *const c_chartrackId: *const c_charTrait Implementations
sourceimpl Clone for rtcSsrcForTypeInit
impl Clone for rtcSsrcForTypeInit
sourcefn clone(&self) -> rtcSsrcForTypeInit
fn clone(&self) -> rtcSsrcForTypeInit
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for rtcSsrcForTypeInit
impl Debug for rtcSsrcForTypeInit
impl Copy for rtcSsrcForTypeInit
Auto Trait Implementations
impl RefUnwindSafe for rtcSsrcForTypeInit
impl !Send for rtcSsrcForTypeInit
impl !Sync for rtcSsrcForTypeInit
impl Unpin for rtcSsrcForTypeInit
impl UnwindSafe for rtcSsrcForTypeInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more