Struct gstreamer_rtsp_server::RTSPToken [−][src]
pub struct RTSPToken { /* fields omitted */ }
Implementations
Create a new Authorization token with the given fieldnames and values.
Arguments are given similar to gst::Structure::new()
.
firstfield
the first fieldname
Returns
a new authorization token.
Methods from Deref<Target = RTSPTokenRef>
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = RTSPTokenRef
type Target = RTSPTokenRef
The resulting type after dereferencing.
unsafe fn from_glib_container_num_as_vec(
ptr: *mut *mut GstRTSPToken,
num: usize
) -> Vec<Self>
[src]Safety Read more
Safety Read more
Safety Read more
Safety Read more
Safety Read more
Safety Read more
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
type GlibType = *mut GstRTSPToken
Returns the type identifier of Self
.
Transfer: none. Read more
Convert an Option
to a Value
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,
[src]