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
transports: GstRTSPLowerTrans
family: GstRTSPFamily
user: *mut c_char
passwd: *mut c_char
host: *mut c_char
port: u16
abspath: *mut c_char
query: *mut c_char
Trait Implementations
impl Copy for GstRTSPUrl
[src]
impl Copy for GstRTSPUrl
impl Clone for GstRTSPUrl
[src]
impl Clone for GstRTSPUrl
fn clone(&self) -> GstRTSPUrl
[src]
fn clone(&self) -> GstRTSPUrl
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstRTSPUrl
[src]
impl Debug for GstRTSPUrl
Auto Trait Implementations
impl !Send for GstRTSPUrl
impl !Send for GstRTSPUrl
impl !Sync for GstRTSPUrl
impl !Sync for GstRTSPUrl