Struct gstreamer::query::Rate[][src]

pub struct Rate<T>(_);

Methods

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

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

Methods from Deref<Target = QueryRef>

Trait Implementations

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

Formats the value using the given formatter. Read more

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

impl Deref for Rate<Query>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Rate<Query>
[src]

Mutably dereferences the value.

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

Performs the conversion.

Auto Trait Implementations

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

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