Struct gstreamer::query::Other[][src]

pub struct Other<T>(_);

Methods

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

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

Methods from Deref<Target = QueryRef>

Trait Implementations

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

Formats the value using the given formatter. Read more

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

impl Deref for Other<Query>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Other<Query>
[src]

Mutably dereferences the value.

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

Performs the conversion.

Auto Trait Implementations

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

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