Struct libpulse_binding::mainloop::events::io::IoEventRef[][src]

pub struct IoEventRef<T: 'static> where
    T: MainloopInnerType
{ /* fields omitted */ }

A reference to an IO event source, provided to the callback, allowing modification within the callback itself

Methods

impl<T> IoEventRef<T> where
    T: MainloopInnerType
[src]

Enable or disable IO events on this object.

Auto Trait Implementations

impl<T> !Send for IoEventRef<T>

impl<T> !Sync for IoEventRef<T>