[][src]Trait wayland_protocols::unstable::input_timestamps::v1::server::zwp_input_timestamps_v1::RequestHandler

pub trait RequestHandler {
    fn destroy(&mut self, object: ZwpInputTimestampsV1) { ... }
}

An interface for handling requests.

Provided methods

fn destroy(&mut self, object: ZwpInputTimestampsV1)

destroy the input timestamps object

Informs the server that the client will no longer be using this protocol object. After the server processes the request, no more timestamp events will be emitted.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Loading content...

Implementors

Loading content...