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