Struct gstreamer_webrtc_sys::GstWebRTCSessionDescription [−][src]
#[repr(C)]pub struct GstWebRTCSessionDescription { pub type_: GstWebRTCSDPType, pub sdp: *mut GstSDPMessage, }
Fields
type_: GstWebRTCSDPType
sdp: *mut GstSDPMessage
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCSessionDescription
impl !Send for GstWebRTCSessionDescription
impl !Sync for GstWebRTCSessionDescription
impl Unpin for GstWebRTCSessionDescription
impl UnwindSafe for GstWebRTCSessionDescription
Blanket Implementations
Mutably borrows from an owned value. Read more