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