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