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