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 GstSDPMessage
impl Clone for GstSDPMessage
[src]
impl Clone for GstSDPMessage
fn clone(&self) -> GstSDPMessage
[src]
fn clone(&self) -> GstSDPMessage
Returns 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 GstSDPMessage
Auto Trait Implementations
impl !Send for GstSDPMessage
impl !Send for GstSDPMessage
impl !Sync for GstSDPMessage
impl !Sync for GstSDPMessage