Struct gstreamer::query::Context[][src]

pub struct Context<T>(_);

Methods

impl<'a> Context<&'a QueryRef>
[src]

impl<'a> Context<&'a mut QueryRef>
[src]

impl<T: AsPtr> Context<T>
[src]

impl<T: AsMutPtr> Context<T>
[src]

Methods from Deref<Target = QueryRef>

Trait Implementations

impl<T: Debug> Debug for Context<T>
[src]

Formats the value using the given formatter. Read more

impl<'a> Deref for Context<&'a QueryRef>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<'a> Deref for Context<&'a mut QueryRef>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Deref for Context<Query>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Context<Query>
[src]

Mutably dereferences the value.

impl From<Context<Query>> for Query
[src]

Performs the conversion.

Auto Trait Implementations

impl<T> Send for Context<T> where
    T: Send

impl<T> Sync for Context<T> where
    T: Sync