Struct gstreamer_webrtc_sys::GstWebRTCDTLSTransport[][src]

#[repr(C)]
pub struct GstWebRTCDTLSTransport { pub parent: GstObject, pub transport: *mut GstWebRTCICETransport, pub state: GstWebRTCDTLSTransportState, pub is_rtcp: gboolean, pub client: gboolean, pub session_id: c_uint, pub dtlssrtpenc: *mut GstElement, pub dtlssrtpdec: *mut GstElement, pub _padding: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstWebRTCDTLSTransport
[src]

impl Clone for GstWebRTCDTLSTransport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstWebRTCDTLSTransport
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstWebRTCDTLSTransport

impl !Sync for GstWebRTCDTLSTransport