Struct wayland_server::sources::FdEventSource [] [src]

pub struct FdEventSource<ID> { /* fields omitted */ }

fd_event_source

A handle to a registered FD event source

Dropping this struct does not remove the event source, use the remove method for that.

Methods

impl<ID> FdEventSource<ID>
[src]

[src]

Change the registered interest for this FD

[src]

Remove this event source from its event loop