Struct gstreamer::event::FlushStop[][src]

pub struct FlushStop<'a>(_);

Methods

impl<'a> FlushStop<'a>
[src]

Methods from Deref<Target = EventRef>

Trait Implementations

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

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl<'a> Send for FlushStop<'a>

impl<'a> Sync for FlushStop<'a>