Struct wlc::event_loop::EventSource [] [src]

pub struct EventSource(_, _);

Type representing a registered event source

Dropping this will deregister the event source and drop the associated io struct and callback

Trait Implementations

impl Drop for EventSource
[src]

A method called when the value goes out of scope. Read more