Struct gstreamer::context::Context [−][src]
pub struct Context { /* fields omitted */ }
Implementations
Creates a new context.
context_type
Context type
persistent
Persistent context
Returns
The new context.
Methods from Deref<Target = ContextRef>
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = ContextRef
type Target = ContextRef
The resulting type after dereferencing.
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 GstContext
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]