[]Struct gstreamer_rtsp_server::RTSPTokenRef

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

Methods

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

impl Borrow<RTSPTokenRef> for RTSPToken

impl Debug for RTSPTokenRef[src]

impl MiniObject for RTSPTokenRef

type GstType = GstRTSPToken

impl Send for RTSPTokenRef

impl StaticType for RTSPTokenRef

impl Sync for RTSPTokenRef

impl ToOwned for RTSPTokenRef

type Owned = RTSPToken

The resulting type after obtaining ownership.

Auto Trait Implementations

impl RefUnwindSafe for RTSPTokenRef

impl Unpin for RTSPTokenRef

impl UnwindSafe for RTSPTokenRef

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.