Struct gstreamer::query::Duration[][src]

pub struct Duration<T>(_);

Methods

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

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

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

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

Methods from Deref<Target = QueryRef>

Trait Implementations

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

Formats the value using the given formatter. Read more

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

impl Deref for Duration<Query>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Duration<Query>
[src]

Mutably dereferences the value.

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

Performs the conversion.

Auto Trait Implementations

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

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