Struct gstreamer::message::ClockLost[][src]

pub struct ClockLost<'a>(_);

Methods

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

Methods from Deref<Target = MessageRef>

Trait Implementations

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

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl<'a> Send for ClockLost<'a>

impl<'a> Sync for ClockLost<'a>