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

Trait Implementations

impl Copy for GstSDPMessage
[src]

impl Clone for GstSDPMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSDPMessage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSDPMessage

impl !Sync for GstSDPMessage