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

pub struct IoEvent<T> where
    T: MainloopInnerType
{ /* fields omitted */ }

An IO event source

Methods

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

Enable or disable IO events on this object.

Trait Implementations

impl<T> Drop for IoEvent<T> where
    T: MainloopInnerType
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<T> !Send for IoEvent<T>

impl<T> !Sync for IoEvent<T>