[]Struct gstreamer_rtsp_server::RTSPThreadRef

#[repr(C)]
pub struct RTSPThreadRef(_);

Methods

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

impl Borrow<RTSPThreadRef> for RTSPThread

impl MiniObject for RTSPThreadRef

type GstType = GstRTSPThread

impl Send for RTSPThreadRef

impl StaticType for RTSPThreadRef

impl Sync for RTSPThreadRef

impl ToOwned for RTSPThreadRef

type Owned = RTSPThread

The resulting type after obtaining ownership.

Auto Trait Implementations

impl RefUnwindSafe for RTSPThreadRef

impl Unpin for RTSPThreadRef

impl UnwindSafe for RTSPThreadRef

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.