Struct gst::bus::Bus [] [src]

pub struct Bus {
    // some fields omitted
}

Methods

impl Bus
[src]

unsafe fn new(bus: *mut GstBus, owned: bool) -> Option<Bus>

fn add_watch<W: Watch>(&mut self, watch: W) -> u32

fn remove_watch(&mut self) -> bool

fn receiver(&mut self) -> Receiver<Message>

Trait Implementations

impl Sync for Bus
[src]

impl Send for Bus
[src]

impl Drop for Bus
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more