Struct gstreamer::query::Custom[][src]

pub struct Custom<T>(_);

Methods

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

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

Methods from Deref<Target = QueryRef>

Trait Implementations

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

Formats the value using the given formatter. Read more

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

impl Deref for Custom<Query>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Custom<Query>
[src]

Mutably dereferences the value.

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

Performs the conversion.

Auto Trait Implementations

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

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