Struct gstreamer::BusStream[][src]

pub struct BusStream(_, _);

Methods

impl BusStream
[src]

Trait Implementations

impl Drop for BusStream
[src]

Executes the destructor for this type. Read more

impl Stream for BusStream
[src]

Values yielded by the stream.

Errors yielded by the stream.

Attempt to pull out the next value of this stream, registering the current task for wakeup if the value is not yet available, and returning None if the stream is exhausted. Read more

Auto Trait Implementations

impl Send for BusStream

impl Sync for BusStream