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

pub struct Bus { /* fields omitted */ }

Methods

impl Bus[src]

pub unsafe fn new(bus: *mut GstBus) -> Option<Bus>[src]

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

pub fn remove_watch(&mut self) -> bool[src]

pub fn receiver(&mut self) -> Receiver<Message>[src]

pub unsafe fn gst_bus(&self) -> *const GstBus[src]

pub unsafe fn gst_bus_mut(&mut self) -> *mut GstBus[src]

Trait Implementations

impl Sync for Bus[src]

impl Send for Bus[src]

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.