#[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_char
Trait Implementations§
Source§impl Clone for rtcSsrcForTypeInit
impl Clone for rtcSsrcForTypeInit
Source§fn clone(&self) -> rtcSsrcForTypeInit
fn clone(&self) -> rtcSsrcForTypeInit
Returns a duplicate 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 moreSource§impl Debug for rtcSsrcForTypeInit
impl Debug for rtcSsrcForTypeInit
impl Copy for rtcSsrcForTypeInit
Auto Trait Implementations§
impl Freeze for rtcSsrcForTypeInit
impl RefUnwindSafe for rtcSsrcForTypeInit
impl !Send for rtcSsrcForTypeInit
impl !Sync for rtcSsrcForTypeInit
impl Unpin for rtcSsrcForTypeInit
impl UnwindSafe for rtcSsrcForTypeInit
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