Struct gstreamer::event::CustomBoth[][src]

pub struct CustomBoth<'a>(_);

Methods from Deref<Target = EventRef>

Trait Implementations

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

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl<'a> Send for CustomBoth<'a>

impl<'a> Sync for CustomBoth<'a>