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

Trait Implementations

impl Copy for GstWebRTCRTPReceiver
[src]

impl Clone for GstWebRTCRTPReceiver
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstWebRTCRTPReceiver
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstWebRTCRTPReceiver

impl !Sync for GstWebRTCRTPReceiver