Struct gstreamer_rtsp_server_sys::GstSDPInfo[][src]

#[repr(C)]
pub struct GstSDPInfo { pub is_ipv6: gboolean, pub server_ip: *const c_char, }

Fields

Trait Implementations

impl Copy for GstSDPInfo
[src]

impl Clone for GstSDPInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSDPInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSDPInfo

impl !Sync for GstSDPInfo