Struct gstreamer_sdp_sys::GstSDPOrigin[][src]

#[repr(C)]
pub struct GstSDPOrigin { pub username: *mut c_char, pub sess_id: *mut c_char, pub sess_version: *mut c_char, pub nettype: *mut c_char, pub addrtype: *mut c_char, pub addr: *mut c_char, }

Fields

Trait Implementations

impl Copy for GstSDPOrigin
[src]

impl Clone for GstSDPOrigin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSDPOrigin
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSDPOrigin

impl !Sync for GstSDPOrigin