[][src]Struct gstreamer_rtsp_server::RTSPTokenRef

#[repr(transparent)]pub struct RTSPTokenRef(_);

Implementations

impl RTSPTokenRef[src]

pub unsafe fn as_ptr(&self) -> *const GstRTSPToken[src]

pub unsafe fn as_mut_ptr(&self) -> *mut GstRTSPToken[src]

pub unsafe fn from_ptr<'a>(ptr: *const GstRTSPToken) -> &'a Self[src]

pub unsafe fn from_mut_ptr<'a>(ptr: *mut GstRTSPToken) -> &'a mut Self[src]

pub fn copy(&self) -> RTSPToken[src]

impl RTSPTokenRef[src]

pub fn get_string(&self, field: &str) -> Option<String>[src]

pub fn get_structure(&self) -> Option<Structure>[src]

pub fn is_allowed(&self, field: &str) -> bool[src]

pub fn get_mut_structure(&mut self) -> Option<&mut StructureRef>[src]

Trait Implementations

impl AsRef<RTSPTokenRef> for RTSPToken[src]

impl Borrow<RTSPTokenRef> for RTSPToken[src]

impl Debug for RTSPTokenRef[src]

impl<'a> FromValueOptional<'a> for &'a RTSPTokenRef[src]

impl GlibPtrDefault for RTSPTokenRef[src]

impl Send for RTSPTokenRef[src]

impl StaticType for RTSPTokenRef[src]

impl Sync for RTSPTokenRef[src]

impl ToOwned for RTSPTokenRef[src]

type Owned = RTSPToken

The resulting type after obtaining ownership.

Auto Trait Implementations

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, 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.