Struct gstreamer_webrtc_sys::GstWebRTCRTPSender [−][src]
#[repr(C)]pub struct GstWebRTCRTPSender { pub parent: GstObject, pub transport: *mut GstWebRTCDTLSTransport, pub send_encodings: *mut GArray, pub priority: GstWebRTCPriorityType, pub _padding: [gpointer; 4], }
Fields
parent: GstObjecttransport: *mut GstWebRTCDTLSTransportsend_encodings: *mut GArraypriority: GstWebRTCPriorityType_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCRTPSenderimpl !Send for GstWebRTCRTPSenderimpl !Sync for GstWebRTCRTPSenderimpl Unpin for GstWebRTCRTPSenderimpl UnwindSafe for GstWebRTCRTPSenderBlanket Implementations
Mutably borrows from an owned value. Read more