Struct gstreamer_sdp_sys::GstSDPConnection[][src]

#[repr(C)]
pub struct GstSDPConnection { pub nettype: *mut c_char, pub addrtype: *mut c_char, pub address: *mut c_char, pub ttl: c_uint, pub addr_number: c_uint, }

Fields

Trait Implementations

impl Copy for GstSDPConnection
[src]

impl Clone for GstSDPConnection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSDPConnection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSDPConnection

impl !Sync for GstSDPConnection