[−][src]Struct gstreamer_rtsp_server::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]
fn as_ref(&self) -> &RTSPTokenRef
[src]
impl Borrow<RTSPTokenRef> for RTSPToken
[src]
fn borrow(&self) -> &RTSPTokenRef
[src]
impl Debug for RTSPTokenRef
[src]
impl<'a> FromValueOptional<'a> for &'a RTSPTokenRef
[src]
unsafe fn from_value_optional(v: &'a Value) -> Option<Self>
[src]
impl GlibPtrDefault for RTSPTokenRef
[src]
impl Send for RTSPTokenRef
[src]
impl StaticType for RTSPTokenRef
[src]
fn static_type() -> Type
[src]
impl Sync for RTSPTokenRef
[src]
impl ToOwned for RTSPTokenRef
[src]
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,