Struct gstreamer_webrtc_sys::GstWebRTCRTPReceiver [−][src]
#[repr(C)]pub struct GstWebRTCRTPReceiver { pub parent: GstObject, pub transport: *mut GstWebRTCDTLSTransport, pub _padding: [gpointer; 4], }
Fields
parent: GstObjecttransport: *mut GstWebRTCDTLSTransport_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCRTPReceiverimpl !Send for GstWebRTCRTPReceiverimpl !Sync for GstWebRTCRTPReceiverimpl Unpin for GstWebRTCRTPReceiverimpl UnwindSafe for GstWebRTCRTPReceiverBlanket Implementations
Mutably borrows from an owned value. Read more