#[repr(C)]pub struct GstRTSPThread {
pub mini_object: GstMiniObject,
pub type_: GstRTSPThreadType,
pub context: *mut GMainContext,
pub loop_: *mut GMainLoop,
}
Fields§
§mini_object: GstMiniObject
§type_: GstRTSPThreadType
§context: *mut GMainContext
§loop_: *mut GMainLoop
Trait Implementations§
Source§impl Clone for GstRTSPThread
impl Clone for GstRTSPThread
Source§fn clone(&self) -> GstRTSPThread
fn clone(&self) -> GstRTSPThread
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 GstRTSPThread
impl Debug for GstRTSPThread
impl Copy for GstRTSPThread
Auto Trait Implementations§
impl Freeze for GstRTSPThread
impl RefUnwindSafe for GstRTSPThread
impl !Send for GstRTSPThread
impl !Sync for GstRTSPThread
impl Unpin for GstRTSPThread
impl UnwindSafe for GstRTSPThread
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