Struct gstreamer::message::AsyncStart[][src]

pub struct AsyncStart<'a>(_);

Methods from Deref<Target = MessageRef>

Trait Implementations

impl<'a> Deref for AsyncStart<'a>
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl<'a> Send for AsyncStart<'a>

impl<'a> Sync for AsyncStart<'a>