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: GstObject
transport: *mut GstWebRTCDTLSTransport
send_encodings: *mut GArray
priority: GstWebRTCPriorityType
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCRTPSender
impl !Send for GstWebRTCRTPSender
impl !Sync for GstWebRTCRTPSender
impl Unpin for GstWebRTCRTPSender
impl UnwindSafe for GstWebRTCRTPSender
Blanket Implementations
Mutably borrows from an owned value. Read more