Struct gstreamer_rtsp_sys::GstRTSPUrl
source · #[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§
source§impl Clone for GstRTSPUrl
impl Clone for GstRTSPUrl
source§fn clone(&self) -> GstRTSPUrl
fn clone(&self) -> GstRTSPUrl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstRTSPUrl
impl Debug for GstRTSPUrl
impl Copy for GstRTSPUrl
Auto Trait Implementations§
impl Freeze for GstRTSPUrl
impl RefUnwindSafe for GstRTSPUrl
impl !Send for GstRTSPUrl
impl !Sync for GstRTSPUrl
impl Unpin for GstRTSPUrl
impl UnwindSafe for GstRTSPUrl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)