Struct GstRTSP Client
Source #[repr(C)]pub struct GstRTSPClient {
pub parent: GObject,
pub priv_: *mut GstRTSPClientPrivate,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent: GObject§priv_: *mut GstRTSPClientPrivate§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstRTSPClient
impl Clone for GstRTSPClient
Source§fn clone(&self) -> GstRTSPClient
fn clone(&self) -> GstRTSPClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstRTSPClient
Auto Trait Implementations§
impl !Send for GstRTSPClient
impl !Sync for GstRTSPClient
impl Freeze for GstRTSPClient
impl RefUnwindSafe for GstRTSPClient
impl Unpin for GstRTSPClient
impl UnsafeUnpin for GstRTSPClient
impl UnwindSafe for GstRTSPClient
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