#[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,
pub profile: *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_char§profile: *const c_charTrait Implementations§
Source§impl Clone for rtcTrackInit
impl Clone for rtcTrackInit
Source§fn clone(&self) -> rtcTrackInit
fn clone(&self) -> rtcTrackInit
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 rtcTrackInit
impl Debug for rtcTrackInit
impl Copy for rtcTrackInit
Auto Trait Implementations§
impl Freeze for rtcTrackInit
impl RefUnwindSafe for rtcTrackInit
impl !Send for rtcTrackInit
impl !Sync for rtcTrackInit
impl Unpin for rtcTrackInit
impl UnwindSafe for rtcTrackInit
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