[−][src]Struct gstreamer_rtsp_server::RTSPThreadRef
Implementations
impl RTSPThreadRef
[src]
pub unsafe fn as_ptr(&self) -> *const GstRTSPThread
[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstRTSPThread
[src]
pub unsafe fn from_ptr<'a>(ptr: *const GstRTSPThread) -> &'a Self
[src]
pub unsafe fn from_mut_ptr<'a>(ptr: *mut GstRTSPThread) -> &'a mut Self
[src]
pub fn copy(&self) -> RTSPThread
[src]
impl RTSPThreadRef
[src]
pub fn reuse(&self) -> bool
[src]
pub fn stop(&self)
[src]
pub fn type_(&self) -> RTSPThreadType
[src]
pub fn context(&self) -> MainContext
[src]
pub fn loop_(&self) -> MainLoop
[src]
Trait Implementations
impl AsRef<RTSPThreadRef> for RTSPThread
[src]
fn as_ref(&self) -> &RTSPThreadRef
[src]
impl Borrow<RTSPThreadRef> for RTSPThread
[src]
fn borrow(&self) -> &RTSPThreadRef
[src]
impl<'a> FromValueOptional<'a> for &'a RTSPThreadRef
[src]
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>
[src]
impl GlibPtrDefault for RTSPThreadRef
[src]
impl Send for RTSPThreadRef
[src]
impl StaticType for RTSPThreadRef
[src]
fn static_type() -> Type
[src]
impl Sync for RTSPThreadRef
[src]
impl ToOwned for RTSPThreadRef
[src]
type Owned = RTSPThread
The resulting type after obtaining ownership.
fn to_owned(&self) -> RTSPThread
[src]
fn clone_into(&self, target: &mut Self::Owned)
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,