Struct gstreamer::query::AcceptCaps[][src]

pub struct AcceptCaps<T>(_);

Methods

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

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

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

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

Methods from Deref<Target = QueryRef>

Trait Implementations

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

Formats the value using the given formatter. Read more

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

impl Deref for AcceptCaps<Query>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for AcceptCaps<Query>
[src]

Mutably dereferences the value.

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

Performs the conversion.

Auto Trait Implementations

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

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