Struct GstRTSP Session
Source #[repr(C)]pub struct GstRTSPSession {
pub parent: GObject,
pub priv_: *mut GstRTSPSessionPrivate,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent: GObject§priv_: *mut GstRTSPSessionPrivate§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstRTSPSession
impl Clone for GstRTSPSession
Source§fn clone(&self) -> GstRTSPSession
fn clone(&self) -> GstRTSPSession
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 GstRTSPSession
Auto Trait Implementations§
impl !Send for GstRTSPSession
impl !Sync for GstRTSPSession
impl Freeze for GstRTSPSession
impl RefUnwindSafe for GstRTSPSession
impl Unpin for GstRTSPSession
impl UnsafeUnpin for GstRTSPSession
impl UnwindSafe for GstRTSPSession
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