pub struct RtcVideoTrack { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RtcVideoTrack
impl Clone for RtcVideoTrack
Source§fn clone(&self) -> RtcVideoTrack
fn clone(&self) -> RtcVideoTrack
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 RtcVideoTrack
impl Debug for RtcVideoTrack
Source§impl From<RtcVideoTrack> for MediaStreamTrack
impl From<RtcVideoTrack> for MediaStreamTrack
Source§fn from(track: RtcVideoTrack) -> Self
fn from(track: RtcVideoTrack) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RtcVideoTrack
impl RefUnwindSafe for RtcVideoTrack
impl Send for RtcVideoTrack
impl Sync for RtcVideoTrack
impl Unpin for RtcVideoTrack
impl UnsafeUnpin for RtcVideoTrack
impl UnwindSafe for RtcVideoTrack
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