Function drm::control::crtc::receive_events
[−]
[src]
pub fn receive_events<T>(device: &T) -> Result<Events> where
T: Device,
Receives all pending events of a given device and returns an Iterator for them.