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]
impl<T> IoEventRef<T> where
T: MainloopInnerType, pub fn enable(&mut self, events: IoEventFlagSet)[src]
pub fn enable(&mut self, events: IoEventFlagSet)Enable or disable IO events on this object.
Auto Trait Implementations
impl<T> !Send for IoEventRef<T>
impl<T> !Send for IoEventRef<T>impl<T> !Sync for IoEventRef<T>
impl<T> !Sync for IoEventRef<T>