Struct gstreamer_rtsp_sys::GstRTSPUrl[][src]

#[repr(C)]
pub struct GstRTSPUrl { pub transports: GstRTSPLowerTrans, pub family: GstRTSPFamily, pub user: *mut c_char, pub passwd: *mut c_char, pub host: *mut c_char, pub port: u16, pub abspath: *mut c_char, pub query: *mut c_char, }

Fields

Trait Implementations

impl Copy for GstRTSPUrl
[src]

impl Clone for GstRTSPUrl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPUrl
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPUrl

impl !Sync for GstRTSPUrl