[−]Struct gstreamer_rtsp_server::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
[+]
impl Send for RTSPTokenRef
impl StaticType for RTSPTokenRef
[+]
impl Sync for RTSPTokenRef
impl ToOwned for RTSPTokenRef
[+]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,