Struct gstreamer_rtsp_server::RTSPThreadRef [−][src]
#[repr(transparent)]pub struct RTSPThreadRef(_);
Implementations
impl RTSPThreadRef
[src]
impl RTSPThreadRef
[src]impl RTSPThreadRef
[src]
impl RTSPThreadRef
[src]Trait Implementations
impl AsRef<RTSPThreadRef> for RTSPThread
[src]
impl AsRef<RTSPThreadRef> for RTSPThread
[src]fn as_ref(&self) -> &RTSPThreadRef
[src]
fn as_ref(&self) -> &RTSPThreadRef
[src]Performs the conversion.
impl Borrow<RTSPThreadRef> for RTSPThread
[src]
impl Borrow<RTSPThreadRef> for RTSPThread
[src]fn borrow(&self) -> &RTSPThreadRef
[src]
fn borrow(&self) -> &RTSPThreadRef
[src]Immutably borrows from an owned value. Read more
impl<'a> FromValue<'a> for &'a RTSPThreadRef
[src]
impl<'a> FromValue<'a> for &'a RTSPThreadRef
[src]type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
unsafe fn from_value(value: &'a Value) -> Self
[src]
unsafe fn from_value(value: &'a Value) -> Self
[src]Get the contained value from a Value
. Read more
impl GlibPtrDefault for RTSPThreadRef
[src]
impl GlibPtrDefault for RTSPThreadRef
[src]impl StaticType for RTSPThreadRef
[src]
impl StaticType for RTSPThreadRef
[src]fn static_type() -> Type
[src]
fn static_type() -> Type
[src]Returns the type identifier of Self
.
impl ToOwned for RTSPThreadRef
[src]
impl ToOwned for RTSPThreadRef
[src]type Owned = RTSPThread
type Owned = RTSPThread
The resulting type after obtaining ownership.
fn to_owned(&self) -> RTSPThread
[src]
fn to_owned(&self) -> RTSPThread
[src]Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)
[src]
fn clone_into(&self, target: &mut Self::Owned)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more