Struct gstreamer::event::Eos[][src]

pub struct Eos<'a>(_);

Methods from Deref<Target = EventRef>

Trait Implementations

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

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl<'a> Send for Eos<'a>

impl<'a> Sync for Eos<'a>