Struct gstreamer_rtsp_server::RTSPTokenRef [−][src]
#[repr(transparent)]pub struct RTSPTokenRef(_);
Implementations
impl RTSPTokenRef[src]
impl RTSPTokenRef[src]impl RTSPTokenRef[src]
impl RTSPTokenRef[src]Trait Implementations
impl AsRef<RTSPTokenRef> for RTSPToken[src]
impl AsRef<RTSPTokenRef> for RTSPToken[src]fn as_ref(&self) -> &RTSPTokenRef[src]
fn as_ref(&self) -> &RTSPTokenRef[src]Performs the conversion.
impl Borrow<RTSPTokenRef> for RTSPToken[src]
impl Borrow<RTSPTokenRef> for RTSPToken[src]fn borrow(&self) -> &RTSPTokenRef[src]
fn borrow(&self) -> &RTSPTokenRef[src]Immutably borrows from an owned value. Read more
impl Debug for RTSPTokenRef[src]
impl Debug for RTSPTokenRef[src]impl<'a> FromValue<'a> for &'a RTSPTokenRef[src]
impl<'a> FromValue<'a> for &'a RTSPTokenRef[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 RTSPTokenRef[src]
impl GlibPtrDefault for RTSPTokenRef[src]impl StaticType for RTSPTokenRef[src]
impl StaticType for RTSPTokenRef[src]fn static_type() -> Type[src]
fn static_type() -> Type[src]Returns the type identifier of Self.
impl ToOwned for RTSPTokenRef[src]
impl ToOwned for RTSPTokenRef[src]fn to_owned(&self) -> RTSPToken[src]
fn to_owned(&self) -> RTSPToken[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