Struct gstreamer_webrtc_sys::GstWebRTCRTPReceiver [−][src]
#[repr(C)]pub struct GstWebRTCRTPReceiver { pub parent: GstObject, pub transport: *mut GstWebRTCDTLSTransport, pub rtcp_transport: *mut GstWebRTCDTLSTransport, pub _padding: [gpointer; 4], }
Fields
parent: GstObject
transport: *mut GstWebRTCDTLSTransport
rtcp_transport: *mut GstWebRTCDTLSTransport
_padding: [gpointer; 4]
Trait Implementations
impl Copy for GstWebRTCRTPReceiver
[src]
impl Copy for GstWebRTCRTPReceiver
impl Clone for GstWebRTCRTPReceiver
[src]
impl Clone for GstWebRTCRTPReceiver
fn clone(&self) -> GstWebRTCRTPReceiver
[src]
fn clone(&self) -> GstWebRTCRTPReceiver
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstWebRTCRTPReceiver
[src]
impl Debug for GstWebRTCRTPReceiver
Auto Trait Implementations
impl !Send for GstWebRTCRTPReceiver
impl !Send for GstWebRTCRTPReceiver
impl !Sync for GstWebRTCRTPReceiver
impl !Sync for GstWebRTCRTPReceiver