Struct gstreamer::query::Formats[][src]

pub struct Formats<T>(_);

Methods

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

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

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

Important traits for Vec<u8>

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

Methods from Deref<Target = QueryRef>

Trait Implementations

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

Formats the value using the given formatter. Read more

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

impl Deref for Formats<Query>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Formats<Query>
[src]

Mutably dereferences the value.

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

Performs the conversion.

Auto Trait Implementations

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

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