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
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPUrl
impl !Send for GstRTSPUrl
impl !Sync for GstRTSPUrl
impl Unpin for GstRTSPUrl
impl UnwindSafe for GstRTSPUrl
Blanket Implementations
Mutably borrows from an owned value. Read more