Struct libpulse_binding::mainloop::events::deferred::DeferEvent[][src]

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

A deferred event source

Methods

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

Enable this event source temporarily.

Disable this event source temporarily.

Trait Implementations

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

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<T> !Send for DeferEvent<T>

impl<T> !Sync for DeferEvent<T>