Struct gstreamer_sdp_sys::GstSDPMessage [−][src]
#[repr(C)]pub struct GstSDPMessage { pub version: *mut c_char, pub origin: GstSDPOrigin, pub session_name: *mut c_char, pub information: *mut c_char, pub uri: *mut c_char, pub emails: *mut GArray, pub phones: *mut GArray, pub connection: GstSDPConnection, pub bandwidths: *mut GArray, pub times: *mut GArray, pub zones: *mut GArray, pub key: GstSDPKey, pub attributes: *mut GArray, pub medias: *mut GArray, }
Fields
version: *mut c_char
origin: GstSDPOrigin
session_name: *mut c_char
information: *mut c_char
uri: *mut c_char
emails: *mut GArray
phones: *mut GArray
connection: GstSDPConnection
bandwidths: *mut GArray
times: *mut GArray
zones: *mut GArray
key: GstSDPKey
attributes: *mut GArray
medias: *mut GArray
Trait Implementations
impl Copy for GstSDPMessage[src]
impl Copy for GstSDPMessageimpl Clone for GstSDPMessage[src]
impl Clone for GstSDPMessagefn clone(&self) -> GstSDPMessage[src]
fn clone(&self) -> GstSDPMessageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstSDPMessage[src]
impl Debug for GstSDPMessageAuto Trait Implementations
impl !Send for GstSDPMessage
impl !Send for GstSDPMessageimpl !Sync for GstSDPMessage
impl !Sync for GstSDPMessage