Struct gstreamer_webrtc_sys::GstWebRTCSessionDescription[][src]

#[repr(C)]
pub struct GstWebRTCSessionDescription { pub type_: GstWebRTCSDPType, pub sdp: *mut GstSDPMessage, }

Fields

Trait Implementations

impl Copy for GstWebRTCSessionDescription
[src]

impl Clone for GstWebRTCSessionDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstWebRTCSessionDescription
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstWebRTCSessionDescription

impl !Sync for GstWebRTCSessionDescription