[][src]Trait wayland_protocols::wlr::unstable::input_inhibitor::v1::client::zwlr_input_inhibitor_v1::RequestsTrait

pub trait RequestsTrait {
    fn destroy(&self);
}

Required methods

fn destroy(&self)

destroy the input inhibitor object

Destroy the inhibitor and allow other clients to receive input.

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

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwlrInputInhibitorV1>[src]

Loading content...

Implementors

Loading content...