Struct gstreamer::event::FlushStart[][src]

pub struct FlushStart<'a>(_);

Methods from Deref<Target = EventRef>

Trait Implementations

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

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl<'a> Send for FlushStart<'a>

impl<'a> Sync for FlushStart<'a>